@symbo.ls/mcp 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/publish.sh +7 -0
- package/pyproject.toml +1 -1
- package/server.json +3 -3
- package/symbols-mcp.mcpb +0 -0
package/manifest.json
CHANGED
package/package.json
CHANGED
package/publish.sh
CHANGED
|
@@ -46,6 +46,13 @@ npm publish --access public
|
|
|
46
46
|
|
|
47
47
|
# Publish to MCP registry
|
|
48
48
|
echo "Publishing to MCP registry..."
|
|
49
|
+
mcp-publisher login github
|
|
49
50
|
mcp-publisher publish
|
|
50
51
|
|
|
52
|
+
# Commit, tag and push
|
|
53
|
+
git add pyproject.toml package.json server.json manifest.json
|
|
54
|
+
git commit -m "chore: release v$NEW"
|
|
55
|
+
git tag "v$NEW"
|
|
56
|
+
git push && git push --tags
|
|
57
|
+
|
|
51
58
|
echo "Done! Published symbols-mcp $NEW"
|
package/pyproject.toml
CHANGED
package/server.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.symbo-ls/symbols-mcp",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"title": "Symbols MCP",
|
|
6
6
|
"description": "MCP server for Symbols/DOMQL v3 — documentation search and framework reference",
|
|
7
7
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"registryType": "pypi",
|
|
14
14
|
"registryBaseUrl": "https://pypi.org",
|
|
15
15
|
"identifier": "symbols-mcp",
|
|
16
|
-
"version": "1.0.
|
|
16
|
+
"version": "1.0.6",
|
|
17
17
|
"runtimeHint": "uvx",
|
|
18
18
|
"transport": {
|
|
19
19
|
"type": "stdio"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
{
|
|
23
23
|
"registryType": "npm",
|
|
24
24
|
"identifier": "@symbo.ls/mcp",
|
|
25
|
-
"version": "1.0.
|
|
25
|
+
"version": "1.0.6",
|
|
26
26
|
"runtimeHint": "npx",
|
|
27
27
|
"transport": {
|
|
28
28
|
"type": "stdio"
|
package/symbols-mcp.mcpb
CHANGED
|
Binary file
|