Skip to content

Commit df3c37d

Browse files
userFRMclaude
andcommitted
chore: add MCP Registry metadata
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b8c8a1b commit df3c37d

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

npm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "rpg-encoder",
33
"version": "0.6.5",
4+
"mcpName": "io.github.userfrm/rpg-encoder",
45
"description": "RPG-Encoder — semantic code graph for AI-assisted code understanding",
56
"license": "MIT",
67
"repository": {

server.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.userfrm/rpg-encoder",
4+
"description": "Repository Planning Graph — semantic code understanding via MCP. Builds a dependency-aware semantic graph of your codebase using tree-sitter, then lets your coding agent (Claude Code, Cursor, etc.) search by what code does rather than what it's named. Supports lifting, hierarchy construction, impact analysis, change planning, and incremental updates.",
5+
"repository": {
6+
"url": "https://github.com/userFRM/rpg-encoder",
7+
"source": "github"
8+
},
9+
"version": "0.6.5",
10+
"packages": [
11+
{
12+
"registryType": "npm",
13+
"identifier": "rpg-encoder",
14+
"version": "0.6.5",
15+
"transport": {
16+
"type": "stdio"
17+
}
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)