Skip to content

Commit bd4dac6

Browse files
dani-polaniclaude
andcommitted
mcp: add registry server.json; ignore mcp-publisher tokens
Published Word Aligner's remote MCP server to the official MCP Registry (io.github.tinygodsdev/word-aligner). server.json is the source of truth for future version bumps + re-publish. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 84abb67 commit bd4dac6

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ node_modules/
66
.env.*
77
!.env.example
88

9+
# mcp-publisher auth tokens (written to CWD on login)
10+
.mcpregistry_*
11+
912
# OS
1013
.DS_Store
1114
Thumbs.db

server.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.tinygodsdev/word-aligner",
4+
"description": "Turn a phrase and its translation into a shareable word-alignment diagram.",
5+
"repository": {
6+
"url": "https://github.com/tinygodsdev/bitext-word-alignment",
7+
"source": "github"
8+
},
9+
"version": "1.0.0",
10+
"remotes": [
11+
{
12+
"type": "streamable-http",
13+
"url": "https://aligner.tinygods.dev/mcp"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)