@notalk-tech/stackoverflow-mcp
Version:
StackOverflow MCP server for querying programming Q&A using FastMCP - npx wrapper for Python package
78 lines (77 loc) • 1.88 kB
JSON
{
"name": "@notalk-tech/stackoverflow-mcp",
"version": "1.2.5",
"description": "StackOverflow MCP server for querying programming Q&A using FastMCP - npx wrapper for Python package",
"main": "cli.js",
"bin": {
"stackoverflow-mcp": "./cli.js"
},
"files": [
"cli.js",
"README.md",
"LICENSE",
".stackoverflow-mcp.example.json"
],
"scripts": {
"start": "node cli.js",
"test": "echo 'NPM package test: Skipping CLI test for publishing'",
"test:npm": "npm pack --dry-run",
"test:install": "npm install -g . && stackoverflow-mcp --version",
"build": "echo 'No build step required for wrapper package'",
"prepublishOnly": "npm run test:npm && npm run test",
"postinstall": "echo 'StackOverflow MCP server installed. Run with: npx stackoverflow-mcp'",
"version": "echo 'Version updated to' $npm_package_version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoTalkTech/stackoverflow-mcp.git"
},
"keywords": [
"stackoverflow",
"mcp",
"model-context-protocol",
"api",
"programming",
"qa",
"search",
"cli",
"server",
"python",
"wrapper",
"npx",
"ai",
"assistant",
"context"
],
"author": {
"name": "biyu.huang",
"email": "h417652303@gmail.com",
"url": "https://github.com/NoTalkTech"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/NoTalkTech/stackoverflow-mcp/issues"
},
"homepage": "https://github.com/NoTalkTech/stackoverflow-mcp#readme",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/NoTalkTech"
}
}