Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# @qverisai/mcp

Official QVeris MCP Server — Dynamically search and execute tools via natural language.
# @qverisai/mcp

> [!IMPORTANT]
> This repository is deprecated. The active `@qverisai/mcp` source now lives in
> [QVerisAI/qveris-agent-toolkit/packages/mcp](https://github.com/QVerisAI/qveris-agent-toolkit/tree/main/packages/mcp).
> Please file issues and pull requests in
> [QVerisAI/qveris-agent-toolkit](https://github.com/QVerisAI/qveris-agent-toolkit).

Official QVeris MCP Server — Dynamically search and execute tools via natural language.

[![npm version](https://img.shields.io/npm/v/@qverisai/mcp.svg)](https://www.npmjs.com/package/@qverisai/mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",

"keywords": [
"qveris",
"mcp",
Expand All @@ -14,12 +14,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/qverisai/mcp"
},
"homepage": "https://github.com/qverisai/mcp#readme",
"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",

"directory": "packages/mcp"
},
"homepage": "https://github.com/QVerisAI/qveris-agent-toolkit/tree/main/packages/mcp#readme",
"bugs": {
"url": "https://github.com/QVerisAI/qveris-agent-toolkit/issues"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading