mirror of
https://github.com/zilliztech/claude-context.git
synced 2025-10-06 01:10:02 +03:00
keep version with the master branch
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
@@ -36,7 +36,7 @@ Model Context Protocol (MCP) allows you to integrate Claude Context with your fa
|
||||
### Prerequisites
|
||||
|
||||
<details>
|
||||
<summary>Get a free vector database on Zilliz Cloud</summary>
|
||||
<summary>Get a free vector database on Zilliz Cloud 👈</summary>
|
||||
|
||||
Claude Context needs a vector database. You can [sign up](https://cloud.zilliz.com/signup?utm_source=github&utm_medium=referral&utm_campaign=2507-codecontext-readme) on Zilliz Cloud to get an API key.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claude-context-basic-example",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.12",
|
||||
"description": "Basic usage example for Claude Context",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claude-context",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.12",
|
||||
"description": "A powerful code indexing tool with multi-platform support",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@zilliz/claude-context-chrome-extension",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.12",
|
||||
"description": "Claude Context Chrome extension for web-based code indexing",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@zilliz/claude-context-core",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.12",
|
||||
"description": "Core indexing engine for Claude Context",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@zilliz/claude-context-mcp",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.12",
|
||||
"description": "Model Context Protocol integration for Claude Context",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"displayName": "Semantic Code Search",
|
||||
"publisher": "zilliz",
|
||||
"description": "Code indexing and semantic search (built by Claude Context)",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.12",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"vscode": "^1.74.0"
|
||||
|
||||
Reference in New Issue
Block a user