Skip to content

Commit 70c3619

Browse files
committed
updated GitHub URL after repo transfer
1 parent d67f561 commit 70c3619

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5454
- Environment variable support
5555
- Full documentation and examples
5656

57-
[Unreleased]: https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript/compare/v0.1.1...HEAD
58-
[0.1.1]: https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript/compare/v0.1.0...v0.1.1
59-
[0.1.0]: https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript/releases/tag/v0.1.0
57+
[Unreleased]: https://github.com/CppDigest/pinecone-read-only-mcp-typescript/compare/v0.1.1...HEAD
58+
[0.1.1]: https://github.com/CppDigest/pinecone-read-only-mcp-typescript/compare/v0.1.0...v0.1.1
59+
[0.1.0]: https://github.com/CppDigest/pinecone-read-only-mcp-typescript/releases/tag/v0.1.0

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version](https://img.shields.io/npm/v/@will-cppa/pinecone-read-only-mcp.svg)](https://www.npmjs.com/package/@will-cppa/pinecone-read-only-mcp)
44
[![Node.js Version](https://img.shields.io/node/v/@will-cppa/pinecone-read-only-mcp.svg)](https://nodejs.org)
55
[![License: BSL-1.0](https://img.shields.io/badge/License-BSL--1.0-blue.svg)](https://opensource.org/licenses/BSL-1.0)
6-
[![CI](https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript/workflows/CI/badge.svg)](https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript/actions)
6+
[![CI](https://github.com/CppDigest/pinecone-read-only-mcp-typescript/workflows/CI/badge.svg)](https://github.com/CppDigest/pinecone-read-only-mcp-typescript/actions)
77

88
A Model Context Protocol (MCP) server that provides semantic search over Pinecone vector databases using hybrid search (dense + sparse) with reranking.
99

@@ -46,7 +46,7 @@ npm install -g @will-cppa/pinecone-read-only-mcp
4646
### From Source
4747

4848
```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
5050
cd pinecone-read-only-mcp-typescript
5151
npm install
5252
npm run build
@@ -296,7 +296,7 @@ Metadata filters allow you to narrow down search results based on document prope
296296
### Setup Development Environment
297297

298298
```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
300300
cd pinecone-read-only-mcp-typescript
301301
npm install
302302
```
@@ -367,7 +367,7 @@ npm run dev -- --api-key YOUR_API_KEY
367367

368368
## Comparison with Python Version
369369

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:
371371

372372
- Native Node.js integration
373373
- Better npm ecosystem integration
@@ -414,13 +414,13 @@ This project uses:
414414

415415
## Related Projects
416416

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
418418
- [Pinecone MCP](https://github.com/pinecone-io/pinecone-mcp) - Full-featured Pinecone MCP with write capabilities
419419

420420
## Support
421421

422422
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)
424424
- Email: will@cppalliance.org
425425

426426
## Changelog

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"license": "BSL-1.0",
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript.git"
29+
"url": "git+https://github.com/CppDigest/pinecone-read-only-mcp-typescript.git"
3030
},
3131
"bugs": {
32-
"url": "https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript/issues"
32+
"url": "https://github.com/CppDigest/pinecone-read-only-mcp-typescript/issues"
3333
},
34-
"homepage": "https://github.com/iTinkerBell/pinecone-read-only-mcp-typescript#readme",
34+
"homepage": "https://github.com/CppDigest/pinecone-read-only-mcp-typescript#readme",
3535
"engines": {
3636
"node": ">=18.0.0"
3737
},

0 commit comments

Comments
 (0)