everyrow-mcp 0.1.7__tar.gz → 0.1.9__tar.gz

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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: everyrow-mcp
3
- Version: 0.1.7
3
+ Version: 0.1.9
4
4
  Summary: MCP server for everyrow: agent ops at spreadsheet scale
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: everyrow>=0.1.5
@@ -140,6 +140,10 @@ cd everyrow-mcp
140
140
  uv sync
141
141
  uv run pytest
142
142
  ```
143
+ For MCP registry publishing:
144
+
145
+ mcp-name: io.github.futuresearch/everyrow-mcp
146
+
143
147
 
144
148
  ## License
145
149
 
@@ -129,6 +129,10 @@ cd everyrow-mcp
129
129
  uv sync
130
130
  uv run pytest
131
131
  ```
132
+ For MCP registry publishing:
133
+
134
+ mcp-name: io.github.futuresearch/everyrow-mcp
135
+
132
136
 
133
137
  ## License
134
138
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "everyrow-mcp"
3
- version = "0.1.7"
3
+ version = "0.1.9"
4
4
  description = "MCP server for everyrow: agent ops at spreadsheet scale"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -0,0 +1,33 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.futuresearch/everyrow-mcp",
4
+ "title": "Everyrow MCP Server",
5
+ "description": "AI-powered dataframe ops: transform, dedupe, merge, rank, and screen with natural language",
6
+ "repository": {
7
+ "url": "https://github.com/futuresearch/everyrow-sdk",
8
+ "source": "github",
9
+ "subfolder": "everyrow-mcp"
10
+ },
11
+ "websiteUrl": "https://github.com/futuresearch/everyrow-sdk/tree/main/everyrow-mcp",
12
+ "version": "0.1.9",
13
+ "packages": [
14
+ {
15
+ "registryType": "pypi",
16
+ "registryBaseUrl": "https://pypi.org",
17
+ "identifier": "everyrow-mcp",
18
+ "version": "0.1.9",
19
+ "runtimeHint": "uvx",
20
+ "transport": {
21
+ "type": "stdio"
22
+ },
23
+ "environmentVariables": [
24
+ {
25
+ "description": "API key for the everyrow service, found at https://everyrow.io/api-key",
26
+ "isRequired": true,
27
+ "isSecret": true,
28
+ "name": "EVERYROW_API_KEY"
29
+ }
30
+ ]
31
+ }
32
+ ]
33
+ }
File without changes
File without changes