govtoolspro-mcp-server 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,52 +1,53 @@
1
- {
2
- "name": "govtoolspro-mcp-server",
3
- "version": "0.1.3",
4
- "mcpName": "io.github.smythmyke/govtoolspro-mcp-server",
5
- "description": "MCP server for GovToolsPro — go/no-go scoring, incumbent intelligence, teaming-partner search, recompete prediction, Navy NECO lookup, and SAM.gov solicitation retrieval for federal contractors, from Claude Code, Claude Desktop, and Cursor.",
6
- "license": "MIT",
7
- "type": "module",
8
- "bin": {
9
- "govtoolspro-mcp-server": "dist/index.js"
10
- },
11
- "main": "dist/index.js",
12
- "files": [
13
- "dist",
14
- "README.md"
15
- ],
16
- "scripts": {
17
- "build": "tsc",
18
- "build:watch": "tsc --watch",
19
- "start": "node dist/index.js",
20
- "smoke": "node scripts/smoke-test.mjs",
21
- "gen:manifests": "node scripts/gen-manifests.mjs",
22
- "prepublishOnly": "npm run build"
23
- },
24
- "dependencies": {
25
- "@modelcontextprotocol/sdk": "^1.0.0"
26
- },
27
- "devDependencies": {
28
- "@types/node": "^22.0.0",
29
- "typescript": "^5.3.0"
30
- },
31
- "engines": {
32
- "node": ">=18.0.0"
33
- },
34
- "keywords": [
35
- "mcp",
36
- "mcp-server",
37
- "model-context-protocol",
38
- "govcon",
39
- "government-contracting",
40
- "sam.gov",
41
- "federal-contracting",
42
- "go-no-go",
43
- "incumbent",
44
- "recompete",
45
- "govtoolspro"
46
- ],
47
- "repository": {
48
- "type": "git",
49
- "url": "https://github.com/smythmyke/govtoolspro-mcp-server"
50
- },
51
- "homepage": "https://github.com/smythmyke/govtoolspro-mcp-server"
52
- }
1
+ {
2
+ "name": "govtoolspro-mcp-server",
3
+ "version": "0.1.4",
4
+ "mcpName": "io.github.smythmyke/govtoolspro-mcp-server",
5
+ "description": "MCP server for GovToolsPro — go/no-go scoring, incumbent intelligence, teaming-partner search, recompete prediction, Navy NECO lookup, and SAM.gov solicitation retrieval for federal contractors, from Claude Code, Claude Desktop, and Cursor.",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "bin": {
9
+ "govtoolspro-mcp-server": "dist/index.js"
10
+ },
11
+ "main": "dist/index.js",
12
+ "files": [
13
+ "dist",
14
+ "README.md"
15
+ ],
16
+ "scripts": {
17
+ "build": "tsc",
18
+ "build:watch": "tsc --watch",
19
+ "start": "node dist/index.js",
20
+ "test": "npm run build && node scripts/protocol-test.mjs && node scripts/totext-test.mjs",
21
+ "smoke": "node scripts/smoke-test.mjs",
22
+ "gen:manifests": "node scripts/gen-manifests.mjs",
23
+ "prepublishOnly": "npm run build"
24
+ },
25
+ "dependencies": {
26
+ "@modelcontextprotocol/sdk": "^1.0.0"
27
+ },
28
+ "devDependencies": {
29
+ "@types/node": "^22.0.0",
30
+ "typescript": "^5.3.0"
31
+ },
32
+ "engines": {
33
+ "node": ">=18.0.0"
34
+ },
35
+ "keywords": [
36
+ "mcp",
37
+ "mcp-server",
38
+ "model-context-protocol",
39
+ "govcon",
40
+ "government-contracting",
41
+ "sam.gov",
42
+ "federal-contracting",
43
+ "go-no-go",
44
+ "incumbent",
45
+ "recompete",
46
+ "govtoolspro"
47
+ ],
48
+ "repository": {
49
+ "type": "git",
50
+ "url": "https://github.com/smythmyke/govtoolspro-mcp-server"
51
+ },
52
+ "homepage": "https://github.com/smythmyke/govtoolspro-mcp-server"
53
+ }