@forkbit/mcp
Advanced tools
+11
-11
| { | ||
| "name": "@forkbit/mcp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Official Model Context Protocol server for the Forkbit API.", | ||
@@ -35,9 +35,2 @@ "type": "module", | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "generate:types": "openapi-typescript ../../apps/api/openapi.json -o src/generated/schema.ts", | ||
| "check-types": "tsc --noEmit", | ||
| "test": "vitest run", | ||
| "test:ci": "vitest run --coverage" | ||
| }, | ||
| "dependencies": { | ||
@@ -49,3 +42,2 @@ "@modelcontextprotocol/sdk": "^1.29.0", | ||
| "devDependencies": { | ||
| "@forkbit/typescript-config": "workspace:*", | ||
| "@types/node": "26.1.0", | ||
@@ -55,4 +47,12 @@ "openapi-typescript": "7.13.0", | ||
| "typescript": "^5.7.3", | ||
| "vitest": "4.1.7" | ||
| "vitest": "4.1.7", | ||
| "@forkbit/typescript-config": "0.0.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "generate:types": "openapi-typescript ../../apps/api/openapi.json -o src/generated/schema.ts", | ||
| "check-types": "tsc --noEmit", | ||
| "test": "vitest run", | ||
| "test:ci": "vitest run --coverage" | ||
| } | ||
| } | ||
| } |
37155
-0.02%