Skip to content

docs: mark repository deprecated#8

Merged
ax2 merged 1 commit into
mainfrom
docs/deprecate-repository
Jun 13, 2026
Merged

docs: mark repository deprecated#8
ax2 merged 1 commit into
mainfrom
docs/deprecate-repository

Conversation

@ax2

@ax2 ax2 commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Mark this repository as deprecated in the README.
  • Point package metadata, issue tracker, and homepage links to the migrated MCP package in QVerisAI/qveris-agent-toolkit/packages/mcp.

Context

The active @qverisai/mcp source now lives in QVerisAI/qveris-agent-toolkit. This repository should direct users and contributors to the new location.

Test Plan

  • Documentation and package metadata only; no runtime changes.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread package.json
"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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
"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",

Comment thread package.json
"bugs": {
"url": "https://github.com/qverisai/mcp/issues"
},
"url": "https://github.com/QVerisAI/qveris-agent-toolkit",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

It is recommended to append .git to the repository URL to adhere to standard npm package.json repository URL formats.

Suggested change
"url": "https://github.com/QVerisAI/qveris-agent-toolkit",
"url": "https://github.com/QVerisAI/qveris-agent-toolkit.git",

@ax2 ax2 merged commit 272809b into main Jun 13, 2026
4 checks passed
@ax2 ax2 deleted the docs/deprecate-repository branch June 13, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant