Lindow
commited on
Commit
·
5fc32e4
1
Parent(s):
be83942
move space owner
Browse files- .github/workflows/sync_to_hub.yml +1 -1
- README.md +12 -6
.github/workflows/sync_to_hub.yml
CHANGED
|
@@ -14,4 +14,4 @@ jobs:
|
|
| 14 |
- name: Push to hub
|
| 15 |
env:
|
| 16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 17 |
-
run: git push --force https://lindowXYZ:[email protected]/spaces/
|
|
|
|
| 14 |
- name: Push to hub
|
| 15 |
env:
|
| 16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 17 |
+
run: git push --force https://lindowXYZ:[email protected]/spaces/MCP-1st-Birthday/common_core_mcp main
|
README.md
CHANGED
|
@@ -133,13 +133,19 @@ A JSON object with:
|
|
| 133 |
|
| 134 |
This enables exploring entire families of standards. For example, if you find a specific standard about fractions, you can look up its parent to see the broader category, or look up its children to see more specific fraction-related standards at different levels.
|
| 135 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
## Try It Out
|
| 137 |
|
| 138 |
You can quickly experiment with this MCP server without any setup by using the deployed Hugging Face Space. The Space connects to a pre-existing Pinecone database with Wyoming standards already loaded, so you can start using it immediately.
|
| 139 |
|
| 140 |
-
**Hugging Face Space**: [https://
|
| 141 |
|
| 142 |
-
The MCP server endpoint is available at: `https://
|
| 143 |
|
| 144 |
## Important: Database Setup
|
| 145 |
|
|
@@ -390,7 +396,7 @@ Connect from Claude Desktop, Cursor, or other MCP clients.
|
|
| 390 |
|
| 391 |
**MCP Server URL**:
|
| 392 |
|
| 393 |
-
- Hugging Face Space: `https://
|
| 394 |
- Local: `http://localhost:7860/gradio_api/mcp/`
|
| 395 |
|
| 396 |
**Claude Desktop Configuration**:
|
|
@@ -412,7 +418,7 @@ Add:
|
|
| 412 |
"command": "npx",
|
| 413 |
"args": [
|
| 414 |
"mcp-remote",
|
| 415 |
-
"https://
|
| 416 |
"--transport",
|
| 417 |
"streamable-http"
|
| 418 |
]
|
|
@@ -441,7 +447,7 @@ node --version
|
|
| 441 |
"command": "/path/to/.nvm/versions/node/v22.x.x/bin/npx",
|
| 442 |
"args": [
|
| 443 |
"mcp-remote",
|
| 444 |
-
"https://
|
| 445 |
"--transport",
|
| 446 |
"streamable-http"
|
| 447 |
],
|
|
@@ -471,7 +477,7 @@ Edit your Cursor MCP config and add:
|
|
| 471 |
{
|
| 472 |
"mcpServers": {
|
| 473 |
"common-core": {
|
| 474 |
-
"url": "https://
|
| 475 |
}
|
| 476 |
}
|
| 477 |
}
|
|
|
|
| 133 |
|
| 134 |
This enables exploring entire families of standards. For example, if you find a specific standard about fractions, you can look up its parent to see the broader category, or look up its children to see more specific fraction-related standards at different levels.
|
| 135 |
|
| 136 |
+
## Screenshots
|
| 137 |
+
|
| 138 |
+

|
| 139 |
+
|
| 140 |
+
_Screenshots showing the Gradio interface, MCP client integration, and example results will be added here._
|
| 141 |
+
|
| 142 |
## Try It Out
|
| 143 |
|
| 144 |
You can quickly experiment with this MCP server without any setup by using the deployed Hugging Face Space. The Space connects to a pre-existing Pinecone database with Wyoming standards already loaded, so you can start using it immediately.
|
| 145 |
|
| 146 |
+
**Hugging Face Space**: [https://huggingface.co/spaces/MCP-1st-Birthday/common_core_mcp](https://huggingface.co/spaces/MCP-1st-Birthday/common_core_mcp)
|
| 147 |
|
| 148 |
+
The MCP server endpoint is available at: `https://MCP-1st-Birthday-common-core-mcp.hf.space/gradio_api/mcp/`
|
| 149 |
|
| 150 |
## Important: Database Setup
|
| 151 |
|
|
|
|
| 396 |
|
| 397 |
**MCP Server URL**:
|
| 398 |
|
| 399 |
+
- Hugging Face Space: `https://MCP-1st-Birthday-common-core-mcp.hf.space/gradio_api/mcp/`
|
| 400 |
- Local: `http://localhost:7860/gradio_api/mcp/`
|
| 401 |
|
| 402 |
**Claude Desktop Configuration**:
|
|
|
|
| 418 |
"command": "npx",
|
| 419 |
"args": [
|
| 420 |
"mcp-remote",
|
| 421 |
+
"https://MCP-1st-Birthday-common-core-mcp.hf.space/gradio_api/mcp/",
|
| 422 |
"--transport",
|
| 423 |
"streamable-http"
|
| 424 |
]
|
|
|
|
| 447 |
"command": "/path/to/.nvm/versions/node/v22.x.x/bin/npx",
|
| 448 |
"args": [
|
| 449 |
"mcp-remote",
|
| 450 |
+
"https://MCP-1st-Birthday-common-core-mcp.hf.space/gradio_api/mcp/",
|
| 451 |
"--transport",
|
| 452 |
"streamable-http"
|
| 453 |
],
|
|
|
|
| 477 |
{
|
| 478 |
"mcpServers": {
|
| 479 |
"common-core": {
|
| 480 |
+
"url": "https://MCP-1st-Birthday-common-core-mcp.hf.space/gradio_api/mcp/"
|
| 481 |
}
|
| 482 |
}
|
| 483 |
}
|