context-markets-mcp 0.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -67,9 +67,9 @@ Read-only tools work with zero config. Need an API key? Visit [context.markets](
67
67
  | Package | Description |
68
68
  |---------|-------------|
69
69
  | **[context-markets](https://github.com/contextwtf/context-sdk)** | TypeScript SDK for trading |
70
- | **[@contextwtf/react](https://github.com/contextwtf/context-react)** | React hooks for market data and trading |
70
+ | **[context-markets-react](https://github.com/contextwtf/context-react)** | React hooks for market data and trading |
71
71
  | **[context-markets-mcp](https://github.com/contextwtf/context-mcp)** | MCP server for AI agents |
72
- | **[@contextwtf/cli](https://github.com/contextwtf/context-cli)** | CLI for trading from the terminal |
72
+ | **[context-markets-cli](https://github.com/contextwtf/context-cli)** | CLI for trading from the terminal |
73
73
  | **[context-skills](https://github.com/contextwtf/context-skills)** | AI agent skill files |
74
74
  | **[context-plugin](https://github.com/contextwtf/context-plugin)** | Claude Code plugin |
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-markets-mcp",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "MCP server for Context Markets — browse, trade, and create prediction markets from any AI agent",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -13,7 +13,7 @@
13
13
  "dev": "tsc && node dist/index.js"
14
14
  },
15
15
  "dependencies": {
16
- "context-markets": "^0.5.0",
16
+ "context-markets": "^0.6.0",
17
17
  "@modelcontextprotocol/sdk": "^1.0.0",
18
18
  "dotenv": "^16.3.1",
19
19
  "zod": "^3.22.0"