fix(allowlist): remove systems.entia/entity-verification, deleted from the official MCP Registry - #537
Open
entia-systems-core wants to merge 1 commit into
Conversation
…the official registry)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer of the ENTIA MCP server here.
registry/server/lib/allowlist.tsallowlists two namespaces for us. One of them,systems.entia/entity-verification, was a duplicate publication and was deleted from the official MCP Registry today — all of its versions are gone and it no longer appears in the registry API. Anything resolving through it now points at nothing.This PR removes that single line.
io.github.entia-systems-core/entity-verificationis our canonical entry (v4.4.0, statusactive) and is left untouched.Evidence:
The live server behind the canonical entry: endpoint
https://mcp.entia.systems/mcp, 12 tools viatools/list,get_platform_stats->{"total_entities": 11330392, "countries_active": 10}.The file header says it is generated by
scripts/generate-allowlist.ts, so regenerating would also drop the dead namespace; I patched the committed file directly rather than guess at your generation environment. I left theTotal servers: 5887header comment alone for the same reason — happy to adjust it, or to close this in favour of a regeneration run.🤖 Generated with Claude Code
Summary by cubic
Remove deleted MCP server
systems.entia/entity-verificationfrom the allowlist so it matches the official registry and avoids dangling entries. Previously we allowed bothsystems.entia/entity-verificationand the canonicalio.github.entia-systems-core/entity-verification; now only the canonical entry remains. This has no runtime effect because the removed entry no longer resolves.Impact and review notes
registry/server/lib/allowlist.ts; a regenerated allowlist would make the same change.systems.entia/entity-verification, switch toio.github.entia-systems-core/entity-verification.Written for commit 0cb8972. Summary will update on new commits.