Skip to content

Commit 4fccef9

Browse files
rgambeegithub-actions[bot]
authored andcommitted
Replace lingering references to everyrow with futuresearch (#5658)
Many places in our documentation were still using "everyrow" instead of "futuresearch". We also had several notebooks still using Screen, even though that no longer exists. I replaced them with Classify. Sourced from commit 61c583efec445a929642eb37ec58cb64369bfdac
1 parent 7aa057d commit 4fccef9

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": {
66
"name": "FutureSearch"
77
},
8-
"repository": "https://github.com/futuresearch/everyrow-sdk",
8+
"repository": "https://github.com/futuresearch/futuresearch-python",
99
"mcpServers": {
1010
"futuresearch": {
1111
"type": "http",

futuresearch-mcp/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/futuresearch/everyrow-sdk.git"
14+
"url": "https://github.com/futuresearch/futuresearch-python.git"
1515
},
1616
"homepage": "https://futuresearch.ai",
1717
"documentation": "https://futuresearch.ai/docs",
18-
"support": "https://github.com/futuresearch/everyrow-sdk/issues",
18+
"support": "https://github.com/futuresearch/futuresearch-python/issues",
1919
"icon": "images/future-search-logo-128.png",
2020
"server": {
2121
"type": "uv",

futuresearch-mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"title": "FutureSearch MCP Server",
55
"description": "Give your AI a research team. Forecast, score, classify, or research every row of a dataset.",
66
"repository": {
7-
"url": "https://github.com/futuresearch/everyrow-sdk",
7+
"url": "https://github.com/futuresearch/futuresearch-python",
88
"source": "github",
99
"subfolder": "futuresearch-mcp"
1010
},
11-
"websiteUrl": "https://github.com/futuresearch/everyrow-sdk/tree/main/futuresearch-mcp",
11+
"websiteUrl": "https://github.com/futuresearch/futuresearch-python/tree/main/futuresearch-mcp",
1212
"version": "0.9.0",
1313
"packages": [
1414
{

skills/futuresearch-python/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FutureSearch gives Claude a research team for your data. Use this skill when wri
99

1010
> **Documentation**: For detailed guides, case studies, and API reference, see:
1111
> - Docs site: [futuresearch.ai/docs](https://futuresearch.ai/docs)
12-
> - GitHub: [github.com/futuresearch/everyrow-sdk](https://github.com/futuresearch/everyrow-sdk)
12+
> - GitHub: [github.com/futuresearch/futuresearch-python](https://github.com/futuresearch/futuresearch-python)
1313
1414
**Operations:**
1515
- Classify rows into predefined categories

0 commit comments

Comments
 (0)