|
3 | 3 | [](https://www.npmjs.com/package/@will-cppa/pinecone-read-only-mcp) |
4 | 4 | [](https://nodejs.org) |
5 | 5 | [](https://opensource.org/licenses/BSL-1.0) |
6 | | -[](https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript/actions) |
| 6 | +[](https://github.com/CppDigest/pinecone-read-only-mcp-typescript/actions) |
7 | 7 |
|
8 | 8 | A Model Context Protocol (MCP) server that provides semantic search over Pinecone vector databases using hybrid search (dense + sparse) with reranking. |
9 | 9 |
|
@@ -46,7 +46,7 @@ npm install -g @will-cppa/pinecone-read-only-mcp |
46 | 46 | ### From Source |
47 | 47 |
|
48 | 48 | ```bash |
49 | | -git clone https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript.git |
| 49 | +git clone https://github.com/CppDigest/pinecone-read-only-mcp-typescript.git |
50 | 50 | cd pinecone-read-only-mcp-typescript |
51 | 51 | npm install |
52 | 52 | npm run build |
@@ -296,7 +296,7 @@ Metadata filters allow you to narrow down search results based on document prope |
296 | 296 | ### Setup Development Environment |
297 | 297 |
|
298 | 298 | ```bash |
299 | | -git clone https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript.git |
| 299 | +git clone https://github.com/CppDigest/pinecone-read-only-mcp-typescript.git |
300 | 300 | cd pinecone-read-only-mcp-typescript |
301 | 301 | npm install |
302 | 302 | ``` |
@@ -367,7 +367,7 @@ npm run dev -- --api-key YOUR_API_KEY |
367 | 367 |
|
368 | 368 | ## Comparison with Python Version |
369 | 369 |
|
370 | | -This TypeScript implementation provides the same functionality as the [Python version](https://github.com/iTinkerBell/pinecone-read-only-mcp) with the following benefits: |
| 370 | +This TypeScript implementation provides the same functionality as the [Python version](https://github.com/CppDigest/pinecone-read-only-mcp) with the following benefits: |
371 | 371 |
|
372 | 372 | - Native Node.js integration |
373 | 373 | - Better npm ecosystem integration |
@@ -414,13 +414,13 @@ This project uses: |
414 | 414 |
|
415 | 415 | ## Related Projects |
416 | 416 |
|
417 | | -- [Python version](https://github.com/iTinkerBell/pinecone-read-only-mcp) - Original Python implementation |
| 417 | +- [Python version](https://github.com/CppDigest/pinecone-read-only-mcp) - Original Python implementation |
418 | 418 | - [Pinecone MCP](https://github.com/pinecone-io/pinecone-mcp) - Full-featured Pinecone MCP with write capabilities |
419 | 419 |
|
420 | 420 | ## Support |
421 | 421 |
|
422 | 422 | For issues and questions: |
423 | | -- GitHub Issues: [https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript/issues](https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript/issues) |
| 423 | +- GitHub Issues: [https://github.com/CppDigest/pinecone-read-only-mcp-typescript/issues](https://github.com/CppDigest/pinecone-read-only-mcp-typescript/issues) |
424 | 424 | - Email: will@cppalliance.org |
425 | 425 |
|
426 | 426 | ## Changelog |
|
0 commit comments