Add MseeP.ai badge#204
Conversation
| [](https://mseep.ai/app/punitarani-fli) | ||
|
|
||
| # 🛫 Fli - Flight Search MCP Server and Library | ||
|
|
||
| [](https://deepwiki.com/punitarani/fli) |
There was a problem hiding this comment.
The MseeP badge is placed before the
# H1 title, making it appear detached at the very top of the rendered README, while the existing DeepWiki badge sits after the title. Moving it alongside the other badge keeps a consistent layout.
| [](https://mseep.ai/app/punitarani-fli) | |
| # 🛫 Fli - Flight Search MCP Server and Library | |
| [](https://deepwiki.com/punitarani/fli) | |
| # 🛫 Fli - Flight Search MCP Server and Library | |
| [](https://deepwiki.com/punitarani/fli) | |
| [](https://mseep.ai/app/punitarani-fli) |
Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 1-5
Comment:
The MseeP badge is placed before the `# H1` title, making it appear detached at the very top of the rendered README, while the existing DeepWiki badge sits after the title. Moving it alongside the other badge keeps a consistent layout.
```suggestion
# 🛫 Fli - Flight Search MCP Server and Library
[](https://deepwiki.com/punitarani/fli)
[](https://mseep.ai/app/punitarani-fli)
```
How can I resolve this? If you propose a fix, please make it concise.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
| @@ -1,3 +1,5 @@ | |||
| [](https://mseep.ai/app/punitarani-fli) | |||
There was a problem hiding this comment.
The badge image is served from
mseep.net while the hyperlink target uses mseep.ai. These are two distinct domains; if the image CDN (mseep.net) goes down or the URL path changes, the badge silently breaks while the link still works (and vice-versa). It's worth confirming this split-domain setup is intentional and stable before merging.
Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 1
Comment:
The badge image is served from `mseep.net` while the hyperlink target uses `mseep.ai`. These are two distinct domains; if the image CDN (`mseep.net`) goes down or the URL path changes, the badge silently breaks while the link still works (and vice-versa). It's worth confirming this split-domain setup is intentional and stable before merging.
How can I resolve this? If you propose a fix, please make it concise.
Hi there,
This pull request shares a security update on fli.
We also have an entry for fli in our directory, MseeP.ai, where we provide regular security and trust updates on your app.
We invite you to add our badge for your MCP server to your README to help your users learn from a third party that provides ongoing validation of fli.
You can easily take control over your listing for free: visit it at https://mseep.ai/app/punitarani-fli.
Thanks,
The MseeP Team
MCP servers you can trust
Greptile Summary
This PR adds a MseeP.ai security assessment badge to the project README, submitted by the MseeP team as an unsolicited third-party contribution to promote their MCP server directory listing.
# H1title rather than alongside the existing DeepWiki badge after the title, resulting in an awkward floating element at the top of the rendered README.mseep.netdomain while the hyperlink target points tomseep.ai, a split-domain setup that introduces two independent failure points for a single badge.Confidence Score: 4/5
Safe to merge after the maintainer consciously decides to accept a third-party badge; no functional code is changed.
The only change is a single README line. The badge is placed before the H1 title rather than with the existing badge group after it, which produces awkward rendering. The image and link also use two different domains (mseep.net vs mseep.ai), so either endpoint could break independently. Neither issue blocks functionality, but both are worth fixing before accepting the PR.
README.md — review badge placement and the split image/link domain before merging.
Important Files Changed
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "Add MseeP.ai badge to README.md" | Re-trigger Greptile