Skip to content

Commit faf9583

Browse files
Package fix (#10)
* Thought I changed this last time * getting version numbers right anc changing mcpName in package.json
1 parent 78c789c commit faf9583

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematichq/schematic-mcp",
3-
"version": "0.3.0",
3+
"version": "0.3.4",
44
"description": "MCP server for SchematicHQ - manage companies, plans, features, and billing from any MCP client",
55
"type": "module",
66
"main": "dist/index.js",
@@ -34,7 +34,7 @@
3434
"type": "git",
3535
"url": "https://github.com/schematichq/schematic-mcp.git"
3636
},
37-
"mcpName": "io.github.schematichq/schematic-mcp",
37+
"mcpName": "io.github.SchematicHQ/schematic-mcp",
3838
"homepage": "https://github.com/schematichq/schematic-mcp#readme",
3939
"bugs": {
4040
"url": "https://github.com/schematichq/schematic-mcp/issues"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"url": "https://github.com/SchematicHQ/schematic-mcp",
99
"source": "github"
1010
},
11-
"version": "0.2.0",
11+
"version": "0.3.4",
1212
"packages": [
1313
{
1414
"registryType": "npm",
1515
"identifier": "@schematichq/schematic-mcp",
16-
"version": "0.2.0",
16+
"version": "0.3.4",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)