Skip to content

Commit e7e97cd

Browse files
userFRMclaude
andcommitted
chore: bump version to 0.6.7 (fix mcpName case)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2bf231 commit e7e97cd

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.6.6"
13+
version = "0.6.7"
1414
edition = "2024"
1515
license = "MIT"
1616
authors = ["userFRM"]

npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rpg-encoder",
3-
"version": "0.6.6",
4-
"mcpName": "io.github.userfrm/rpg-encoder",
3+
"version": "0.6.7",
4+
"mcpName": "io.github.userFRM/rpg-encoder",
55
"description": "RPG-Encoder — semantic code graph for AI-assisted code understanding",
66
"license": "MIT",
77
"repository": {

server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"$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.",
3+
"name": "io.github.userFRM/rpg-encoder",
4+
"description": "Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.",
55
"repository": {
66
"url": "https://github.com/userFRM/rpg-encoder",
77
"source": "github"
88
},
9-
"version": "0.6.6",
9+
"version": "0.6.7",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "rpg-encoder",
14-
"version": "0.6.6",
14+
"version": "0.6.7",
1515
"transport": {
1616
"type": "stdio"
1717
}

0 commit comments

Comments
 (0)