apcore-mcp 0.10.1 → 0.10.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/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/aiperceivable/apcore-mcp/main/apcore-mcp-logo.svg" alt="apcore-mcp logo" width="200"/>
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
# apcore-mcp
|
|
6
6
|
|
|
7
|
-
Automatic MCP Server & OpenAI Tools Bridge for [apcore](https://github.com/
|
|
7
|
+
Automatic MCP Server & OpenAI Tools Bridge for [apcore](https://github.com/aiperceivable/apcore).
|
|
8
8
|
|
|
9
9
|
Converts apcore module registries into [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) tool definitions and [OpenAI-compatible function calling](https://platform.openai.com/docs/guides/function-calling) formats — zero boilerplate required.
|
|
10
10
|
|
|
@@ -23,7 +23,7 @@ Converts apcore module registries into [Model Context Protocol (MCP)](https://mo
|
|
|
23
23
|
## Documentation
|
|
24
24
|
|
|
25
25
|
For full documentation, including Quick Start guides for both Python and TypeScript, visit:
|
|
26
|
-
**[https://
|
|
26
|
+
**[https://aiperceivable.github.io/apcore-mcp/](https://aiperceivable.github.io/apcore-mcp/)**
|
|
27
27
|
|
|
28
28
|
## Requirements
|
|
29
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apcore-mcp",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "Automatic MCP Server & OpenAI Tools Bridge for apcore",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
],
|
|
73
73
|
"repository": {
|
|
74
74
|
"type": "git",
|
|
75
|
-
"url": "https://github.com/
|
|
75
|
+
"url": "https://github.com/aiperceivable/apcore-mcp-typescript.git"
|
|
76
76
|
},
|
|
77
|
-
"homepage": "https://github.com/
|
|
77
|
+
"homepage": "https://github.com/aiperceivable",
|
|
78
78
|
"bugs": {
|
|
79
|
-
"url": "https://github.com/
|
|
79
|
+
"url": "https://github.com/aiperceivable/apcore-mcp-typescript/issues"
|
|
80
80
|
}
|
|
81
81
|
}
|