diff --git a/apps/mcp-test/package.json b/apps/mcp-test/package.json index 285257c..8de92da 100644 --- a/apps/mcp-test/package.json +++ b/apps/mcp-test/package.json @@ -1,6 +1,6 @@ { "name": "@stackone/mcp-test", - "version": "0.0.9", + "version": "0.0.8", "description": "automated testing for MCP servers", "type": "module", "bin": { diff --git a/packages/mcp-connectors/package.json b/packages/mcp-connectors/package.json index e29aad8..515db00 100644 --- a/packages/mcp-connectors/package.json +++ b/packages/mcp-connectors/package.json @@ -1,50 +1,50 @@ { - "name": "@stackone/mcp-connectors", - "version": "0.0.23", - "description": "MCP connectors for disco.dev", - "module": "./dist/index.js", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "exports": { - ".": "./dist/index.js", - "./package.json": "./package.json" - }, - "type": "module", - "files": [ - "dist", - "LICENSE" - ], - "scripts": { - "build": "bun -b tsdown", - "prepublishOnly": "bun run build", - "test": "vitest --run", - "typecheck": "tsgo --noEmit" - }, - "dependencies": { - "@1password/connect": "^1.4.2", - "@linear/sdk": "^55.0.0", - "@orama/orama": "^3.1.11", - "node-html-parser": "^7.0.1", - "openai": "^5.12.1", - "zod": "^3.25", - "modal": "^0.3.19", - "@stackone/mcp-config-types": "^0.0.5" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/StackOneHQ/mcp-connectors.git" - }, - "keywords": [ - "mcp", - "model-context-protocol", - "connectors", - "stackone", - "saas", - "integrations", - "disco" - ], - "author": "StackOne", - "license": "Apache-2.0", - "bugs": "https://github.com/StackOneHQ/mcp-connectors/issues", - "homepage": "https://github.com/StackOneHQ/mcp-connectors#readme" + "name": "@stackone/mcp-connectors", + "version": "0.0.24", + "description": "MCP connectors for disco.dev", + "module": "./dist/index.js", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": "./dist/index.js", + "./package.json": "./package.json" + }, + "type": "module", + "files": [ + "dist", + "LICENSE" + ], + "scripts": { + "build": "bun -b tsdown", + "prepublishOnly": "bun run build", + "test": "vitest --run", + "typecheck": "tsgo --noEmit" + }, + "dependencies": { + "@1password/connect": "^1.4.2", + "@linear/sdk": "^55.0.0", + "@orama/orama": "^3.1.11", + "node-html-parser": "^7.0.1", + "openai": "^5.12.1", + "zod": "^3.25", + "modal": "^0.3.19", + "@stackone/mcp-config-types": "^0.0.5" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/StackOneHQ/mcp-connectors.git" + }, + "keywords": [ + "mcp", + "model-context-protocol", + "connectors", + "stackone", + "saas", + "integrations", + "disco" + ], + "author": "StackOne", + "license": "Apache-2.0", + "bugs": "https://github.com/StackOneHQ/mcp-connectors/issues", + "homepage": "https://github.com/StackOneHQ/mcp-connectors#readme" }