graph-polymarket-mcp 1.2.2 → 1.2.3

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
- <div align="center">
2
-
3
1
  # graph-polymarket-mcp
4
2
 
3
+ <div align="center">
4
+
5
5
  [![npm version](https://img.shields.io/npm/v/graph-polymarket-mcp)](https://www.npmjs.com/package/graph-polymarket-mcp)
6
6
  [![MCP Registry](https://img.shields.io/badge/MCP%20Registry-published-blue)](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.PaulieB14/graph-polymarket-mcp)
7
7
  [![smithery badge](https://smithery.ai/badge/paulieb14/graph-polymarket-mcp)](https://smithery.ai/servers/paulieb14/graph-polymarket-mcp)
@@ -10,12 +10,12 @@
10
10
  <img width="380" height="200" src="https://glama.ai/mcp/servers/@PaulieB14/graph-polymarket-mcp/badge" />
11
11
  </a>
12
12
 
13
- </div>
14
-
15
- MCP server for querying [Polymarket](https://polymarket.com/) prediction market data via [The Graph](https://thegraph.com/) subgraphs.
13
+ **MCP server for querying [Polymarket](https://polymarket.com/) prediction market data via [The Graph](https://thegraph.com/) subgraphs.**
16
14
 
17
15
  Exposes 12 tools that AI agents (Claude, Cursor, etc.) can use to query market data, trader P&L, positions, activity, and orderbook trades.
18
16
 
17
+ </div>
18
+
19
19
  > Published to the [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.PaulieB14/graph-polymarket-mcp) as `io.github.PaulieB14/graph-polymarket-mcp`
20
20
 
21
21
  ## Prerequisites
package/build/index.js CHANGED
@@ -6,7 +6,7 @@ import { querySubgraph } from "./graphClient.js";
6
6
  import { SUBGRAPHS, SUBGRAPH_NAMES } from "./subgraphs.js";
7
7
  const server = new McpServer({
8
8
  name: "graph-polymarket-mcp",
9
- version: "1.2.2",
9
+ version: "1.2.3",
10
10
  });
11
11
  // Helper to format tool responses
12
12
  function textResult(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graph-polymarket-mcp",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "mcpName": "io.github.PaulieB14/graph-polymarket-mcp",
5
5
  "description": "MCP server for querying Polymarket data via The Graph subgraphs",
6
6
  "type": "module",