Skip to content

Commit 33082e9

Browse files
committed
Update server.json to v0.3.5 for MCP registry
- Updated version references to 0.3.5 - Published to modelcontextprotocol.io registry - Added .mcpregistry_* to .gitignore for auth tokens Server published at: https://registry.modelcontextprotocol.io Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4c7dd7c commit 33082e9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ coverage/
3838
# Temporary files
3939
*.tmp
4040
.cache/
41+
.mcpregistry_*

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/standardbeagle/dart-query",
77
"source": "github"
88
},
9-
"version": "0.3.4",
9+
"version": "0.3.5",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@standardbeagle/dart-query",
14-
"version": "0.3.4",
14+
"version": "0.3.5",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)