🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@forkbit/mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forkbit/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+11
-11
package.json
{
"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"
}
}
}