docs: mark repository deprecated#8
Conversation
There was a problem hiding this comment.
Code Review
This pull request deprecates the @qverisai/mcp repository, updating the README and package.json to redirect users to its new location in the QVerisAI/qveris-agent-toolkit monorepo. The review feedback correctly identifies a missing slash in the new repository path within the package description and suggests appending .git to the repository URL to adhere to standard npm formatting.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| "name": "@qverisai/mcp", | ||
| "version": "0.1.2", | ||
| "description": "Official QVeris AI MCP Server SDK - Search and execute tools via natural language", | ||
| "description": "Deprecated: @qverisai/mcp has moved to QVerisAI/qveris-agent-toolkit packages/mcp", |
There was a problem hiding this comment.
The description has a missing slash in the path QVerisAI/qveris-agent-toolkit packages/mcp. It should be QVerisAI/qveris-agent-toolkit/packages/mcp to correctly represent the repository path.
| "description": "Deprecated: @qverisai/mcp has moved to QVerisAI/qveris-agent-toolkit packages/mcp", | |
| "description": "Deprecated: @qverisai/mcp has moved to QVerisAI/qveris-agent-toolkit/packages/mcp", |
| "bugs": { | ||
| "url": "https://github.com/qverisai/mcp/issues" | ||
| }, | ||
| "url": "https://github.com/QVerisAI/qveris-agent-toolkit", |
Summary
QVerisAI/qveris-agent-toolkit/packages/mcp.Context
The active
@qverisai/mcpsource now lives inQVerisAI/qveris-agent-toolkit. This repository should direct users and contributors to the new location.Test Plan