@elliotding/ai-agent-mcp 0.1.0 → 0.1.1
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/dist/index.js +0 -0
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliotding/ai-agent-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "CSP AI Agent MCP Server - Centralized AI tools distribution and management",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"dev": "tsx watch src/index.ts",
|
|
12
12
|
"build": "tsc",
|
|
13
|
+
"postbuild": "chmod +x dist/index.js",
|
|
13
14
|
"start": "NODE_PATH=. node dist/index.js",
|
|
14
15
|
"lint": "eslint src --ext .ts",
|
|
15
16
|
"lint:fix": "eslint src --ext .ts --fix",
|