@patentprecheck/mcp 0.1.1 → 0.1.2
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/package.json +6 -1
- package/server.json +2 -2
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patentprecheck/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"mcpName": "io.github.Patent-PreCheck/patent-precheck",
|
|
5
5
|
"description": "Patent PreCheck CLI + MCP server — run a patentability pre-check on your code from inside Cursor, Claude Code, Codex, and other AI coding agents.",
|
|
6
6
|
"homepage": "https://patentprecheck.com/integrations",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/Patent-PreCheck/Patent-PreCheck.git",
|
|
10
|
+
"directory": "tools/precheck-mcp"
|
|
11
|
+
},
|
|
7
12
|
"bugs": {
|
|
8
13
|
"url": "https://patentprecheck.com/contact",
|
|
9
14
|
"email": "info@patentprecheck.com"
|
package/server.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"name": "io.github.Patent-PreCheck/patent-precheck",
|
|
4
4
|
"title": "Patent PreCheck",
|
|
5
5
|
"description": "Patentability pre-check for code: USPTO pillar scores, filing-readiness, and prior-art signals.",
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.2",
|
|
7
7
|
"websiteUrl": "https://patentprecheck.com/integrations",
|
|
8
8
|
"packages": [
|
|
9
9
|
{
|
|
10
10
|
"registryType": "npm",
|
|
11
11
|
"identifier": "@patentprecheck/mcp",
|
|
12
|
-
"version": "0.1.
|
|
12
|
+
"version": "0.1.2",
|
|
13
13
|
"transport": {
|
|
14
14
|
"type": "stdio"
|
|
15
15
|
},
|