@jamius19/unity-ai-context-bridge-mcp 1.0.1 → 1.0.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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
Node MCP server that feeds AI tools Unity GameObjects, assets, and other resources that are selected by the user. Think of it like when you drag source code in Cursor, Antigravity, Github Copilot window to add that file to context, but for Unity.
|
|
4
4
|
|
|
5
5
|
> [!IMPORTANT]
|
|
6
|
-
> The MCP server requires the `Unity AI Context Bridge` Unity package to be installed in the Unity project.
|
|
6
|
+
> The MCP server requires the `Unity AI Context Bridge` Unity package to be installed in the Unity project. See more details at [https://github.com/jamius19/unity-ai-context-bridge](https://github.com/jamius19/unity-ai-context-bridge)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
> [!TIP]
|
|
10
10
|
> For the best experience, use Unity Official MCP server along with this.
|
|
11
11
|
|
|
12
|
+
NPM Package Page at [https://npmjs.com/package/@jamius19/unity-ai-context-bridge-mcp](https://npmjs.com/package/@jamius19/unity-ai-context-bridge-mcp)
|
|
13
|
+
|
|
12
14
|
<br>
|
|
13
15
|
|
|
14
16
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamius19/unity-ai-context-bridge-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "MCP server that feeds AI tools the currently selected Unity GameObjects and assets of interest. Requires the \"Unity AI Context Bridge\" Unity package to be installed in the Unity project.",
|
|
5
5
|
"homepage": "https://github.com/jamius19/unity-ai-context-bridge-mcp",
|
|
6
6
|
"repository": {
|