@crashbytes/mcp-test-kit 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
|
|
8
8
|
## 📖 Table of Contents
|
|
9
9
|
|
|
10
|
-
- [What is MCP?](
|
|
11
|
-
- [What is MCP Test Kit?](
|
|
12
|
-
- [Why Use MCP Test Kit?](
|
|
13
|
-
- [Installation](
|
|
14
|
-
- [Quick Start](
|
|
15
|
-
- [Core Concepts](
|
|
16
|
-
- [API Reference](
|
|
17
|
-
- [Examples](
|
|
18
|
-
- [Best Practices](
|
|
19
|
-
- [Contributing](
|
|
20
|
-
- [License](
|
|
10
|
+
- [What is MCP?](#-what-is-mcp)
|
|
11
|
+
- [What is MCP Test Kit?](#-what-is-mcp-test-kit)
|
|
12
|
+
- [Why Use MCP Test Kit?](#-why-use-mcp-test-kit)
|
|
13
|
+
- [Installation](#-installation)
|
|
14
|
+
- [Quick Start](#-quick-start)
|
|
15
|
+
- [Core Concepts](#-core-concepts)
|
|
16
|
+
- [API Reference](#-api-reference)
|
|
17
|
+
- [Examples](#-examples)
|
|
18
|
+
- [Best Practices](#-best-practices)
|
|
19
|
+
- [Contributing](#-contributing)
|
|
20
|
+
- [License](#-license)
|
|
21
21
|
|
|
22
22
|
## 🤔 What is MCP?
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crashbytes/mcp-test-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Testing framework for Model Context Protocol (MCP) servers - Jest/Vitest for MCP",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"license": "MIT",
|
|
60
60
|
"repository": {
|
|
61
61
|
"type": "git",
|
|
62
|
-
"url": "https://github.com/CrashBytes/mcp-test-kit.git"
|
|
62
|
+
"url": "git+https://github.com/CrashBytes/mcp-test-kit.git"
|
|
63
63
|
},
|
|
64
64
|
"bugs": {
|
|
65
65
|
"url": "https://github.com/CrashBytes/mcp-test-kit/issues"
|