Skip to content

Commit 60ccda8

Browse files
committed
fixing mcpName
1 parent 50fea65 commit 60ccda8

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fusionauth-mcp-api",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"mcpName": "com.fusionAuth/fusionauth-mcp-api",
55
"description": "Preview release of FusionAuth API MCP server",
66
"main": "index.js",

packages/mcp-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fusionauth/mcp-api",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "MCP Server generated from OpenAPI spec for fusionauth-api",
55
"private": false,
66
"type": "module",
@@ -48,5 +48,5 @@
4848
],
4949
"author": "",
5050
"license": "Apache-2.0",
51-
"mcpName": "@fusionauth/mcp-api"
51+
"mcpName": "io.fusionauth/mcp-api"
5252
}

packages/mcp-api/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22
/**
3-
* MCP Server generated from OpenAPI spec for fusionauth-api v0.1.13
4-
* Generated on: 2025-11-11T20:19:47.727Z
3+
* MCP Server generated from OpenAPI spec for fusionauth-api v0.1.14
4+
* Generated on: 2025-11-11T20:23:02.198Z
55
*/
66

77
// Load environment variables from .env file
@@ -45,7 +45,7 @@ interface McpToolDefinition {
4545
* Server configuration
4646
*/
4747
export const SERVER_NAME = "fusionauth-api";
48-
export const SERVER_VERSION = "0.1.13";
48+
export const SERVER_VERSION = "0.1.14";
4949
export const OPENAPI_BASE_URL = "http://localhost:9011";
5050
export const API_BASE_URL = process.env[`API_BASE_URL`] || OPENAPI_BASE_URL;
5151
export const TOOL_BUCKETS = process.env[`TOOL_BUCKETS`] || "create,delete,patch,update,retrieve,search"; // anything else goes into other

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/FusionAuth/fusionauth-mcp-api",
77
"source": "github"
88
},
9-
"version": "0.1.13",
9+
"version": "0.1.14",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@fusionauth/mcp-api",
14-
"version": "0.1.13",
14+
"version": "0.1.14",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)