@contextos/mcp 0.1.0 → 0.2.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @contextos/mcp@0.1.0 build C:\Users\ixayl\Desktop\ContextOS-main\ContextOS\packages\mcp
2
+ > @contextos/mcp@0.1.0 build C:\Users\ixayl\Desktop\ContextOS\ContextOS\packages\mcp
3
3
  > tsup src/index.ts --format esm --clean
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,4 +9,4 @@
9
9
  CLI Cleaning output folder
10
10
  ESM Build start
11
11
  ESM dist\index.js 19.58 KB
12
- ESM ⚡️ Build success in 168ms
12
+ ESM ⚡️ Build success in 1395ms
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,34 +1,34 @@
1
- {
2
- "name": "@contextos/mcp",
3
- "version": "0.1.0",
4
- "description": "Model Context Protocol server for ContextOS - enables AI tools to access optimized context",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "bin": {
8
- "contextos-mcp": "./dist/index.js"
9
- },
10
- "scripts": {
11
- "build": "tsup src/index.ts --format esm --clean",
12
- "dev": "tsx watch src/index.ts",
13
- "start": "node dist/index.js"
14
- },
15
- "dependencies": {
16
- "@modelcontextprotocol/sdk": "^0.5.0",
17
- "@contextos/core": "workspace:*"
18
- },
19
- "devDependencies": {
20
- "tsup": "^8.0.0",
21
- "tsx": "^4.7.0",
22
- "typescript": "^5.4.0"
23
- },
24
- "keywords": [
25
- "mcp",
26
- "model-context-protocol",
27
- "ai",
28
- "context",
29
- "cursor",
30
- "claude"
31
- ],
32
- "author": "ContextOS Team",
33
- "license": "MIT"
1
+ {
2
+ "name": "@contextos/mcp",
3
+ "version": "0.2.0",
4
+ "description": "Model Context Protocol server for ContextOS - enables AI tools to access optimized context",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "bin": {
8
+ "contextos-mcp": "./dist/index.js"
9
+ },
10
+ "dependencies": {
11
+ "@modelcontextprotocol/sdk": "^0.5.0",
12
+ "@contextos/core": "0.2.0"
13
+ },
14
+ "devDependencies": {
15
+ "tsup": "^8.0.0",
16
+ "tsx": "^4.7.0",
17
+ "typescript": "^5.4.0"
18
+ },
19
+ "keywords": [
20
+ "mcp",
21
+ "model-context-protocol",
22
+ "ai",
23
+ "context",
24
+ "cursor",
25
+ "claude"
26
+ ],
27
+ "author": "ContextOS Team",
28
+ "license": "MIT",
29
+ "scripts": {
30
+ "build": "tsup src/index.ts --format esm --clean",
31
+ "dev": "tsx watch src/index.ts",
32
+ "start": "node dist/index.js"
33
+ }
34
34
  }