@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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "manifest_version": "0.3",
3
3
  "name": "symbols-mcp",
4
4
  "display_name": "Symbols MCP",
5
- "version": "1.0.4",
5
+ "version": "1.0.5",
6
6
  "description": "MCP server for Symbols/DOMQL v3 — documentation search and framework reference",
7
7
  "author": {
8
8
  "name": "Symbols",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/mcp",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "MCP server for Symbols/DOMQL v3 — documentation search and framework reference",
5
5
  "mcpName": "io.github.symbo-ls/symbols-mcp",
6
6
  "bin": {
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "symbols-mcp"
3
- version = "1.0.5"
3
+ version = "1.0.6"
4
4
  description = "MCP server for Symbols/DOMQL v3 — documentation search and framework reference"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
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.5",
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.5",
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.5",
25
+ "version": "1.0.6",
26
26
  "runtimeHint": "npx",
27
27
  "transport": {
28
28
  "type": "stdio"
package/symbols-mcp.mcpb CHANGED
Binary file