diff --git a/README.md b/README.md index bf1bb2b..e0766f3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 33962a9..c49a17f 100644 --- a/package.json +++ b/package.json @@ -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", "keywords": [ "qveris", "mcp", @@ -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", + "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",