repo stringlengths 5 53 | pr_number int32 1 321k | task_type stringclasses 2
values | issue_text stringlengths 0 81.2k | pr_title stringlengths 1 319 | pr_body stringlengths 0 105k | base_sha stringlengths 40 40 | head_sha stringlengths 40 40 | gold_diff stringlengths 0 202M | changed_files listlengths 0 100 | review_threads listlengths 0 100 | test_patch stringlengths 0 23.4M | merged bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
CopilotKit/CopilotKit | 5,367 | issue_to_patch | fix(examples/slack): pin @ai-sdk/mcp to 1.0.21 (protocolVersion incompat) | Hotfix for the deployed Kite bot: every Linear-MCP run failed with
```
Agent error: Cannot set property protocolVersion of #<StreamableHTTPClientTransport> which has only a getter
```
**Root cause** — `@copilotkit/runtime@1.59.5` declares `@ai-sdk/mcp: ^1.0.21`. The standalone example lockfile (new in #5366) resolved... | 094d29fa1618a5c363a8a3c8a8efe2c236fdc7af | 88a2d82e1aca81f53fc6e82a4106c5dfa988df7c | diff --git a/examples/slack/package.json b/examples/slack/package.json
index 0c0c68a2377..db1ae2c7855 100644
--- a/examples/slack/package.json
+++ b/examples/slack/package.json
@@ -32,5 +32,10 @@
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^4.1.3"
+ },
+ "pnpm": {
+ "overrides": {
+ "@... | [
"examples/slack/package.json",
"examples/slack/pnpm-lock.yaml"
] | [] | true | ||
CopilotKit/CopilotKit | 5,390 | issue_to_patch | chore: release monorepo v1.60.0 | ## Release monorepo v1.60.0
**Scope:** `monorepo` | **Bump:** `minor`
---
### How this release process works
1. **This PR was created automatically** by the "release / create-pr" workflow.
It bumped the `monorepo` packages to `1.60.0`
and generated AI-enhanced release notes.
2. **CI runs on this PR** — the f... | 8fbc8936f1bef15c3a1b14c8e3a6744d63649b1f | a6e8000c947e7a74318336743cb73c24d3ea24e8 | diff --git a/packages/a2ui-renderer/package.json b/packages/a2ui-renderer/package.json
index 5314da35fca..5700b985b33 100644
--- a/packages/a2ui-renderer/package.json
+++ b/packages/a2ui-renderer/package.json
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/a2ui-renderer",
- "version": "1.59.5",
+ "version": "1.60.0",
"... | [
"packages/a2ui-renderer/package.json",
"packages/agentcore-runner/package.json",
"packages/core/package.json",
"packages/react-core/package.json",
"packages/react-native/package.json",
"packages/react-textarea/package.json",
"packages/react-ui/package.json",
"packages/runtime-client-gql/package.json",... | [] | true | ||
CopilotKit/CopilotKit | 5,389 | issue_to_patch | refactor(runtime): Update Intelligence API handlers to pass along user IDs as route params | ## Summary
- Pass the resolved runtime `userId` through Intelligence thread reads and message-history lookups.
- Include `userId` and `agentId` in Intelligence thread delete requests.
- Update Runtime tests to assert the new REST wire contract.
## Why
The Intelligence REST API now requires explicit app-user ownershi... | 81ee31dd5aff12f2d87ac3f5076674d2fbe34e67 | 05cb21d32571c508de30049ae783300828ca6b39 | diff --git a/packages/runtime/src/v2/runtime/handlers/intelligence/run.ts b/packages/runtime/src/v2/runtime/handlers/intelligence/run.ts
index 05df1b1d600..826fb9fb2a7 100644
--- a/packages/runtime/src/v2/runtime/handlers/intelligence/run.ts
+++ b/packages/runtime/src/v2/runtime/handlers/intelligence/run.ts
@@ -172,6 +... | [
"packages/runtime/src/v2/runtime/__tests__/handle-run.test.ts",
"packages/runtime/src/v2/runtime/__tests__/handle-threads.test.ts",
"packages/runtime/src/v2/runtime/handlers/intelligence/run.ts",
"packages/runtime/src/v2/runtime/handlers/intelligence/threads.ts",
"packages/runtime/src/v2/runtime/intelligenc... | [] | diff --git a/packages/runtime/src/v2/runtime/__tests__/handle-run.test.ts b/packages/runtime/src/v2/runtime/__tests__/handle-run.test.ts
index 7c3f958ccac..65c15cac574 100644
--- a/packages/runtime/src/v2/runtime/__tests__/handle-run.test.ts
+++ b/packages/runtime/src/v2/runtime/__tests__/handle-run.test.ts
@@ -408,6 +... | true | |
CopilotKit/CopilotKit | 5,364 | issue_to_patch | docs(packages): scrub Copilot Cloud / client license-key prop from SDK doc references | ## Why
Copilot Cloud is no longer promoted, but new users still find it through stale links and code references — including the SDK's own JSDoc/console messages. This scrubs the old Copilot Cloud framing **and** the client `publicLicenseKey`/`publicApiKey` prop references from the SDK doc surface.
Important distincti... | e8f9c10dbeb8c5500c07caa8b43e95ae9fbd6841 | 8d68a95bc9c44326b255a9c71fe3eabb6fe5b15d | diff --git a/packages/angular/README.md b/packages/angular/README.md
index 3f2b0619d7f..fad913836de 100644
--- a/packages/angular/README.md
+++ b/packages/angular/README.md
@@ -37,7 +37,6 @@ import { provideCopilotKit } from "@copilotkitnext/angular";
export const appConfig: ApplicationConfig = {
providers: [
... | [
"packages/angular/README.md",
"packages/react-core/src/components/copilot-provider/copilotkit-props.tsx",
"packages/react-core/src/context/copilot-context.tsx",
"packages/react-core/src/hooks/use-copilot-authenticated-action.ts",
"packages/react-core/src/hooks/use-copilot-chat-headless_c.ts",
"packages/re... | [
{
"comment": "This should be removed. License tokens generated from the CLI go in the runtime.",
"path": "packages/angular/README.md",
"hunk": "@@ -37,7 +37,7 @@ import { provideCopilotKit } from \"@copilotkitnext/angular\";\n export const appConfig: ApplicationConfig = {\n providers: [\n provideC... | true | ||
CopilotKit/CopilotKit | 5,383 | issue_to_patch | Runtime info flattens per-agent A2UI scoping — a2ui catalog/schema/guidelines context (~30KB) is injected into every agent's runs
## Summary
When a `CopilotRuntime` is configured with an `a2ui` block scoped to specific agents (`a2ui: { agents: [...] }`), the runtime-info response reduces that scoping to an endpoint-w... | fix: respect per-agent A2UI scoping instead of injecting catalog context into every agent's runs | Fixes #5369.
## Problem
When `CopilotRuntime` is configured with `a2ui: { agents: [...] }`, the runtime-info response flattens that scoping into an endpoint-wide boolean (`a2uiEnabled: !!runtime.a2ui`). The client then injects the full A2UI catalog context — catalog capabilities, the complete component JSON Schema, g... | 6a1039b1cf0f16006b8362eaa24983b01c80af00 | 8ce66524f9625501d424a95f0d59a496821c80da | diff --git a/packages/core/src/core/agent-registry.ts b/packages/core/src/core/agent-registry.ts
index b90d985be11..b10dbb9b292 100644
--- a/packages/core/src/core/agent-registry.ts
+++ b/packages/core/src/core/agent-registry.ts
@@ -73,6 +73,7 @@ export class AgentRegistry {
private _runtimeMode: RuntimeMode = RUNTI... | [
"packages/core/src/__tests__/core-a2ui-scoping.test.ts",
"packages/core/src/__tests__/core-context-injection.test.ts",
"packages/core/src/core/agent-registry.ts",
"packages/core/src/core/context-store.ts",
"packages/core/src/core/core.ts",
"packages/core/src/core/run-handler.ts",
"packages/core/src/core... | [] | diff --git a/packages/core/src/__tests__/core-a2ui-scoping.test.ts b/packages/core/src/__tests__/core-a2ui-scoping.test.ts
new file mode 100644
index 00000000000..4f6b03f7916
--- /dev/null
+++ b/packages/core/src/__tests__/core-a2ui-scoping.test.ts
@@ -0,0 +1,94 @@
+/**
+ * Tests that the per-agent A2UI scoping adverti... | true |
CopilotKit/CopilotKit | 5,381 | issue_to_patch | fix(shell-docs): polish docs UI pass | ## Problem
The shell docs had several visual and docs-rendering issues: cramped responsive spacing, rough hero setup controls, off-theme reference cards, missing standard reference page actions, and hand-rendered prop tables.
## Why
The docs should feel consistent across the root docs and reference areas, espe... | 02a66490a688f6b5192bc78db662c3e9ee48f72b | d9808370757d8a4b6e4e4664b64ff40a331c2b64 | diff --git a/showcase/shell-docs/src/app/globals.css b/showcase/shell-docs/src/app/globals.css
index 560fa98fcea..8fd5bf3c1a7 100644
--- a/showcase/shell-docs/src/app/globals.css
+++ b/showcase/shell-docs/src/app/globals.css
@@ -577,19 +577,21 @@ figure.shiki > div:first-child[class*="border-b"] {
*
* On tablet/mob... | [
"showcase/shell-docs/src/app/__tests__/globals-css.test.ts",
"showcase/shell-docs/src/app/globals.css",
"showcase/shell-docs/src/app/llms-mdx/[[...slug]]/route.ts",
"showcase/shell-docs/src/app/reference/[...slug]/page.tsx",
"showcase/shell-docs/src/app/reference/page.tsx",
"showcase/shell-docs/src/compon... | [] | diff --git a/showcase/shell-docs/src/app/__tests__/globals-css.test.ts b/showcase/shell-docs/src/app/__tests__/globals-css.test.ts
index 099ceba58f4..9738c65cf5e 100644
--- a/showcase/shell-docs/src/app/__tests__/globals-css.test.ts
+++ b/showcase/shell-docs/src/app/__tests__/globals-css.test.ts
@@ -12,6 +12,36 @@ desc... | true | |
CopilotKit/CopilotKit | 5,378 | issue_to_patch | feat(showcase/control-room): wire CopilotKit Intelligence with a threads panel | ## What
Wires the MS Agent Harness Control Room demo to **CopilotKit Intelligence** — durable threads, realtime sync, and platform observability — with a visible Threads tab in the showcase sidebar.
## How it works
**Dual-mode runtime** ([route.ts](https://github.com/CopilotKit/CopilotKit/blob/tyler/bold-mcnulty-846... | ec4f2fdb6e305a31eafb764b9f2c3555c0e1c5b5 | c8430c063c0afb9c77a40e6e2613c4dae51cac91 | diff --git a/examples/showcases/ms-agent-harness-control-room/.env.example b/examples/showcases/ms-agent-harness-control-room/.env.example
index f2b1ca42eb0..c89f2a1be5b 100644
--- a/examples/showcases/ms-agent-harness-control-room/.env.example
+++ b/examples/showcases/ms-agent-harness-control-room/.env.example
@@ -11,... | [
"examples/showcases/ms-agent-harness-control-room/.env.example",
"examples/showcases/ms-agent-harness-control-room/README.md",
"examples/showcases/ms-agent-harness-control-room/package.json",
"examples/showcases/ms-agent-harness-control-room/pnpm-lock.yaml",
"examples/showcases/ms-agent-harness-control-room... | [] | true | ||
CopilotKit/CopilotKit | 5,376 | issue_to_patch | fix(showcase): make beautiful-chat calculator self-contained and robust | ## Summary
The beautiful-chat demo's "Calculator App (Open Generative UI)" pill rendered a calculator whose "=" key was inert: the fixture's `jsFunctions` called `Websandbox.connection.remote.evaluateExpression`, a host-bridge function only the open-gen-ui-advanced demo registers — beautiful-chat never does, so the ca... | 5d8be44962c25bc7782675b66ab36c4e22c7fd34 | 85cf0725ea094916acb2d7ce9820e94275af1196 | diff --git a/showcase/GOTCHAS.md b/showcase/GOTCHAS.md
index b335beee298..e1b9d2e68d8 100644
--- a/showcase/GOTCHAS.md
+++ b/showcase/GOTCHAS.md
@@ -112,7 +112,7 @@ What we learned from getting all 18 integrations to D5 green. Many of these are
**Check fixtures FIRST.** When an agent misbehaves through aimock, the f... | [
"showcase/GOTCHAS.md",
"showcase/aimock/d6/ag2/_from-feature-parity.json",
"showcase/aimock/d6/ag2/recorded.json",
"showcase/aimock/d6/agno/_from-feature-parity.json",
"showcase/aimock/d6/agno/recorded.json",
"showcase/aimock/d6/built-in-agent/_from-feature-parity.json",
"showcase/aimock/d6/built-in-age... | [] | diff --git a/showcase/scripts/__tests__/calculator-fixture-routing.test.ts b/showcase/scripts/__tests__/calculator-fixture-routing.test.ts
new file mode 100644
index 00000000000..2ab817e322a
--- /dev/null
+++ b/showcase/scripts/__tests__/calculator-fixture-routing.test.ts
@@ -0,0 +1,334 @@
+import { describe, expect, i... | true | |
CopilotKit/CopilotKit | 5,368 | issue_to_patch | docs(shell-docs): Slack platform quickstart + Bots API reference | ## What
Documentation for the new Slack bot stack (`@copilotkit/bot`, `@copilotkit/bot-ui`, `@copilotkit/bot-slack` — live on npm at 0.0.1), plus the reference-picker restructure.
### 1. Slack quickstart — `/slack`
Flat **Slack** entry at the top of the **Platforms** sidebar section (above React Native), with a flat ... | a766fb0e9e4c0cab77972f8ec8e2ad0c70d9517d | 8c20384ea56da105f059a77c4a515d397c5305ce | diff --git a/showcase/shell-docs/src/app/reference/page.tsx b/showcase/shell-docs/src/app/reference/page.tsx
index 950a603dc9c..e523feca4b3 100644
--- a/showcase/shell-docs/src/app/reference/page.tsx
+++ b/showcase/shell-docs/src/app/reference/page.tsx
@@ -13,7 +13,9 @@ import type { ReferenceCategory, ReferenceItem } ... | [
"showcase/shell-docs/src/app/reference/page.tsx",
"showcase/shell-docs/src/components/reference-version-selector.tsx",
"showcase/shell-docs/src/content/docs/meta.json",
"showcase/shell-docs/src/content/docs/slack.mdx",
"showcase/shell-docs/src/content/docs/troubleshooting/common-issues.mdx",
"showcase/she... | [] | true | ||
CopilotKit/CopilotKit | 5,363 | issue_to_patch | fix(shell-docs): record location on hero_command_copied for surface attribution | Closes [OSS-299](https://linear.app/copilotkit/issue/OSS-299).
Follow-up to #5248 (already merged).
## Problem
The `hero_command_copied` PostHog event added in #5248 (`showcase/shell-docs/src/components/hero-start-commands.tsx`) carries no surface discriminator. `HeroStartActions` renders on **both** the home hero a... | d8ed70a26bebaa36de08726833722bd9c89fe053 | ff2b59f93452f3de65a69168785ad4d1fe9974ec | diff --git a/showcase/shell-docs/src/components/hero-start-commands.tsx b/showcase/shell-docs/src/components/hero-start-commands.tsx
index a5cc0bdeffe..ece093fc92b 100644
--- a/showcase/shell-docs/src/components/hero-start-commands.tsx
+++ b/showcase/shell-docs/src/components/hero-start-commands.tsx
@@ -100,12 +100,23 ... | [
"showcase/shell-docs/src/components/__tests__/hero-start-commands.test.tsx",
"showcase/shell-docs/src/components/hero-start-commands.tsx"
] | [] | diff --git a/showcase/shell-docs/src/components/__tests__/hero-start-commands.test.tsx b/showcase/shell-docs/src/components/__tests__/hero-start-commands.test.tsx
new file mode 100644
index 00000000000..6cb0c578cd0
--- /dev/null
+++ b/showcase/shell-docs/src/components/__tests__/hero-start-commands.test.tsx
@@ -0,0 +1,... | true | |
CopilotKit/CopilotKit | 5,366 | issue_to_patch | fix(examples/slack): consume published packages; standalone-deployable example | The Slack example is a **consumer** of the packages we shipped today, but its `workspace:*` deps forced every deployment to rebuild the monorepo (and fight nx inside builders — exit-130 city). This PR makes the example what an example should be: installable and runnable anywhere with zero monorepo context.
## Changes
... | 744e095243206c5016fdf2ae70491731cc50d286 | e197b1a46e10d82d1fdfc1697aa06c21f23d44b4 | diff --git a/examples/slack/package.json b/examples/slack/package.json
index 84ae5cf2804..0c0c68a2377 100644
--- a/examples/slack/package.json
+++ b/examples/slack/package.json
@@ -2,7 +2,7 @@
"name": "slack-example",
"version": "0.0.1",
"private": true,
- "description": "Runnable demo for @copilotkit/bot-sla... | [
"examples/slack/package.json",
"examples/slack/pnpm-lock.yaml",
"examples/slack/slack-app-manifest.json",
"examples/slack/slack-app-manifest.yaml",
"examples/slack/tsconfig.json",
"pnpm-lock.yaml"
] | [] | true | ||
CopilotKit/CopilotKit | 5,359 | issue_to_patch | chore(showcase): complete @ag-ui 0.0.55 fleet sync — mastra + 12 starters | ## Summary
Completes the @ag-ui 0.0.55 fleet sync: the showcase mastra integration plus the starter fleet under `examples/integrations/`. Consolidates two verified branches (`feat/showcase-mastra-agui-currency`, `feat/showcase-starter-agui-currency`) into one PR.
### Showcase mastra currency
- `@ag-ui/client` bumped... | 744e095243206c5016fdf2ae70491731cc50d286 | c7e67b90f4a053949bacfc3f8a9eff001ea289e1 | diff --git a/examples/integrations/adk/agent/pyproject.toml b/examples/integrations/adk/agent/pyproject.toml
index 564aec52c41..6f11d144889 100644
--- a/examples/integrations/adk/agent/pyproject.toml
+++ b/examples/integrations/adk/agent/pyproject.toml
@@ -10,5 +10,6 @@ dependencies = [
"pydantic",
"google-adk",
... | [
"examples/integrations/adk/agent/pyproject.toml",
"examples/integrations/adk/agent/uv.lock",
"examples/integrations/adk/package-lock.json",
"examples/integrations/adk/package.json",
"examples/integrations/agno/package-lock.json",
"examples/integrations/agno/package.json",
"examples/integrations/crewai-c... | [] | true | ||
CopilotKit/CopilotKit | 5,362 | issue_to_patch | fix(release): emit version/scope to GITHUB_OUTPUT from prerelease publishes | ## Summary
Canary dispatches of `release / publish` always ended **red after a successful npm publish**: `prerelease.ts` published every package but never wrote `version` to `$GITHUB_OUTPUT`, so the workflow's "Verify publish step emitted version" guard aborted (see [run 27286564989](https://github.com/CopilotKit/Copi... | d8ed70a26bebaa36de08726833722bd9c89fe053 | adaeda2dc61201a828a9fbd0011b61f9dad8694a | diff --git a/scripts/release/lib/github-output.ts b/scripts/release/lib/github-output.ts
new file mode 100644
index 00000000000..fe8be6ccc38
--- /dev/null
+++ b/scripts/release/lib/github-output.ts
@@ -0,0 +1,36 @@
+import fs from "fs";
+
+/**
+ * Append step outputs to the file GitHub Actions exposes via GITHUB_OUTPUT... | [
"scripts/release/lib/github-output.test.ts",
"scripts/release/lib/github-output.ts",
"scripts/release/prerelease.ts",
"scripts/release/publish-release.ts"
] | [] | diff --git a/scripts/release/lib/github-output.test.ts b/scripts/release/lib/github-output.test.ts
new file mode 100644
index 00000000000..13ef97e2c9c
--- /dev/null
+++ b/scripts/release/lib/github-output.test.ts
@@ -0,0 +1,93 @@
+import { describe, it, expect, beforeEach, afterEach, vi } from "vitest";
+import fs from... | true | |
CopilotKit/CopilotKit | 5,248 | issue_to_patch | feat(shell-docs): recommend create + skills onboard commands in landing heroes | ## What
Replaces the landing-page CTA with **three entry points**, framed by situation, and renders the **identical action block on the home hero and every framework landing hero**:
| | action |
|---|---|
| **New project** | `npx copilotkit create` |
| **Existing project** | `npx copilotkit skills onboard` |
| **Guid... | ae451454cc4bd653d8bebda8cfa6cc1ef21d155e | af4cd629aa8bb1ea58ea1951c8a30a9ac843d429 | diff --git a/showcase/shell-docs/src/app/[[...slug]]/page.tsx b/showcase/shell-docs/src/app/[[...slug]]/page.tsx
index bb39fea7273..cf5ee7e84a2 100644
--- a/showcase/shell-docs/src/app/[[...slug]]/page.tsx
+++ b/showcase/shell-docs/src/app/[[...slug]]/page.tsx
@@ -9,8 +9,11 @@
import React from "react";
import type {... | [
"showcase/shell-docs/src/app/[[...slug]]/page.tsx",
"showcase/shell-docs/src/components/content/landing-pages/framework-overview.tsx",
"showcase/shell-docs/src/components/hero-command-copy.tsx",
"showcase/shell-docs/src/components/hero-start-commands.tsx"
] | [] | true | ||
CopilotKit/CopilotKit | 5,357 | issue_to_patch | feat(release): independent npm release scopes for bot, bot-ui, bot-slack | Wires the packages from #5274 into the release system so they can ship to npm, starting at **v0.0.1**:
- **`bot` scope** — `@copilotkit/bot` + `@copilotkit/bot-ui` **versioned together** (`sharedVersion: true`, version source `@copilotkit/bot`)
- **`bot-slack` scope** — versions independently (like the `angular` prece... | df191ffac45b08e284300ac0cd2bd967981f3fdc | 5389bb78067f1fc7841cc7c03ae13feb1b6187cd | diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml
index ed90dad5c8e..2258243a2e1 100644
--- a/.github/workflows/publish-release.yml
+++ b/.github/workflows/publish-release.yml
@@ -39,6 +39,8 @@ on:
options:
- monorepo
- angular
+ - bot
+ ... | [
".github/workflows/publish-release.yml",
".github/workflows/stable-release.yml",
"packages/bot-slack/package.json",
"packages/bot-slack/src/adapter.test.ts",
"packages/bot-slack/src/adapter.ts",
"packages/bot-ui/package.json",
"packages/bot/package.json",
"pnpm-lock.yaml",
"release.config.json",
"... | [] | diff --git a/packages/bot-slack/src/adapter.test.ts b/packages/bot-slack/src/adapter.test.ts
index a0c7fc48634..3136b31f905 100644
--- a/packages/bot-slack/src/adapter.test.ts
+++ b/packages/bot-slack/src/adapter.test.ts
@@ -401,6 +401,7 @@ describe("SlackAdapter action wiring", () => {
action: vi.fn((_matcher: ... | true | |
CopilotKit/CopilotKit | 5,358 | issue_to_patch | fix(harness): deregister before best-effort teardown on drain | ## Summary
- Live staging redeploy evidence (2026-06-10 16:37Z): 2/6 workers completed the full SIGTERM → abandon → deregister sequence in **under 1 second**, while 4/6 were SIGKILLed mid-browser-teardown because Railway's ~10s stop grace is shorter than the old 25s drain budget — leaving 4 stale roster rows and a rec... | df191ffac45b08e284300ac0cd2bd967981f3fdc | 992e0a0335143d755ce427079d5798b17ed5531c | diff --git a/showcase/harness/src/fleet/orchestrator.ts b/showcase/harness/src/fleet/orchestrator.ts
index 29e58fc97c0..9df580c17ea 100644
--- a/showcase/harness/src/fleet/orchestrator.ts
+++ b/showcase/harness/src/fleet/orchestrator.ts
@@ -43,6 +43,7 @@ import type { FleetQueueClient } from "./contracts.js";
import {... | [
"showcase/harness/src/fleet/orchestrator.test.ts",
"showcase/harness/src/fleet/orchestrator.ts",
"showcase/harness/src/fleet/worker/worker-loop.test.ts",
"showcase/harness/src/fleet/worker/worker-loop.ts",
"showcase/harness/src/orchestrator.test.ts",
"showcase/harness/src/orchestrator.ts"
] | [] | diff --git a/showcase/harness/src/fleet/orchestrator.test.ts b/showcase/harness/src/fleet/orchestrator.test.ts
index 3a524410797..45c86bbd85b 100644
--- a/showcase/harness/src/fleet/orchestrator.test.ts
+++ b/showcase/harness/src/fleet/orchestrator.test.ts
@@ -1,4 +1,5 @@
import { describe, it, expect, vi } from "vite... | true | |
CopilotKit/CopilotKit | 5,356 | issue_to_patch | fix: repair check-types rot surfaced by Angular A2UI PR | ## What does this PR do?
Fixes the typecheck failures [reported on #5321](https://github.com/CopilotKit/CopilotKit/pull/5321#issuecomment-4669012390), where errors appeared in files that PR never touched. CI does not run `check-types` anywhere, so type errors accumulated silently in several packages.
### angular
`ts... | ff816c395e8bece0d1651a4f269ed066de247d3a | f19f66d71d0675f84274b245069e6d69c4bb4cd4 | diff --git a/packages/a2ui-renderer/src/A2UIViewer.tsx b/packages/a2ui-renderer/src/A2UIViewer.tsx
deleted file mode 100644
index d407fcf584e..00000000000
--- a/packages/a2ui-renderer/src/A2UIViewer.tsx
+++ /dev/null
@@ -1,213 +0,0 @@
-"use client";
-
-import React, { useId, useMemo, useEffect, useRef } from "react";
-... | [
"packages/a2ui-renderer/src/A2UIViewer.tsx",
"packages/a2ui-renderer/src/react-renderer/types.ts",
"packages/a2ui-renderer/src/theme/viewer-theme.ts",
"packages/a2ui-renderer/tsdown.config.ts",
"packages/angular/tsconfig.json",
"packages/shared/src/index.ts",
"packages/shared/src/telemetry/telemetry-cli... | [
{
"comment": "This is a code smell to me. I suspect this means we've got dead code to remove. Happy to merge as-is if you want to clean up in a follow on PR. ",
"path": "packages/shared/src/index.ts",
"hunk": "@@ -24,16 +24,40 @@ export const COPILOTKIT_VERSION = packageJson.version;\n // like createLic... | true | ||
CopilotKit/CopilotKit | 5,274 | issue_to_patch | @copilotkit/bot: JSX bot UI + Slack adapter v1 (rework of #4883) | Stacked on #4883 (base `atai/2026-05-17/slack-package`); GitHub auto-retargets this to `main` when #4883 merges.
## What this is
A JSX-first rework of the Slack bot package from #4883, split into three reusable packages with the example migrated to 100% JSX at feature parity. Implements the "🧩 Slack Adapter v1 + JSX... | ff816c395e8bece0d1651a4f269ed066de247d3a | a7072796fc22530e36952085c6fbb4c414fb8b64 | diff --git a/.claude/docs/git.md b/.claude/docs/git.md
index 7fe9ce9e121..9628a5e9c93 100644
--- a/.claude/docs/git.md
+++ b/.claude/docs/git.md
@@ -7,9 +7,57 @@ Always use a git worktree for non-trivial work. This keeps the main working tree
1. **Start a worktree** at the beginning of a task. This creates a new branc... | [
".claude/docs/git.md",
".gitignore",
"AGENTS.md",
"examples/slack/.env.example",
"examples/slack/.gitignore",
"examples/slack/README.md",
"examples/slack/app/commands/__tests__/commands.test.ts",
"examples/slack/app/commands/index.ts",
"examples/slack/app/components/__tests__/components.test.tsx",
... | [] | diff --git a/examples/slack/app/commands/__tests__/commands.test.ts b/examples/slack/app/commands/__tests__/commands.test.ts
new file mode 100644
index 00000000000..b20f985ee51
--- /dev/null
+++ b/examples/slack/app/commands/__tests__/commands.test.ts
@@ -0,0 +1,70 @@
+import { describe, it, expect, vi } from "vitest";... | true | |
CopilotKit/CopilotKit | 5,350 | issue_to_patch | feat(showcase): XDG state for isolate + --keep persists stack | ## Summary
Hardens the `--isolate` showcase verification flow across three areas:
**1. XDG state migration.** Isolate slot registry and per-run rewritten-compose scratch dirs move off `/tmp` (wiped on reboot, world-writable) to `${XDG_STATE_HOME:-$HOME/.local/state}/copilotkit/showcase/` (`slots/` + `runs/<name>/`). ... | 5994e7be63e0d39b95985f3a4199ce29a542b1e6 | 171943469abd7cfab3b3b6eab763b4a9237e1f1f | diff --git a/showcase/DEBUGGING.md b/showcase/DEBUGGING.md
index ecfdfa4bbbc..3960b970a85 100644
--- a/showcase/DEBUGGING.md
+++ b/showcase/DEBUGGING.md
@@ -300,10 +300,14 @@ subtly different each run.
### How it works
1. **`<name>` and slot/offset**: `<name>` names the isolated compose project and
- must match `... | [
"showcase/DEBUGGING.md",
"showcase/RUNBOOK.md",
"showcase/scripts/__tests__/isolate.bats",
"showcase/scripts/cli/_common.sh",
"showcase/scripts/cli/cmd-test.sh"
] | [] | diff --git a/showcase/scripts/__tests__/isolate.bats b/showcase/scripts/__tests__/isolate.bats
new file mode 100644
index 00000000000..fc53af0248e
--- /dev/null
+++ b/showcase/scripts/__tests__/isolate.bats
@@ -0,0 +1,1312 @@
+#!/usr/bin/env bats
+# Tests for the isolation helpers in scripts/cli/_common.sh — the --isol... | true | |
CopilotKit/CopilotKit | 5,351 | issue_to_patch | docs(skills): recommend CopilotKit from /v2 everywhere and scrub CopilotCloud mentions | Follow-up to #5345.
## What changed
- All skills now recommend `CopilotKit` from `@copilotkit/react-core/v2` instead of `CopilotKitProvider` (~140 mentions, 32 files). Safe rename: `CopilotKitProps extends Omit<CopilotKitProviderProps, "children">`, so every prop carries over.
- CopilotCloud / Copilot Cloud / Copilot... | db73ceac91b47268bb48bc8b986d3d0183489187 | 0518414f0a43e94ed31505c54b0c006e4210f689 | diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index eac12a4938b..0107e8e42a2 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -13,7 +13,7 @@
"name": "copilotkit",
"source": "./",
"description": "AI agent skills for CopilotKit — s... | [
".claude-plugin/marketplace.json",
".claude-plugin/plugin.json",
"packages/a2ui-renderer/skills/a2ui-renderer/SKILL.md",
"packages/react-core/skills/react-core/SKILL.md",
"packages/react-core/skills/react-core/references/chat-components.md",
"packages/react-core/skills/react-core/references/client-side-to... | [] | true | ||
CopilotKit/CopilotKit | 5,353 | issue_to_patch | fix(showcase): redeploy image consumers when shared image rebuilds | ## Summary
- PR #5352's worker-side flap fixes never reached staging automatically: `harness-workers` runs the same `showcase-harness` image as the `harness` scheduler, but the SSOT's `ciBuilt: false` conflated "owns a build slot" with "should be redeployed when its image is rebuilt" — so main merges redeployed only t... | a0840c0a15d536ad21a6a1bcf64863c81ae0e389 | 2e675a7bdd1c872620026eb3ce44231cb90869ed | diff --git a/showcase/scripts/railway-envs.ts b/showcase/scripts/railway-envs.ts
index d964217c724..4e9bc884ac5 100644
--- a/showcase/scripts/railway-envs.ts
+++ b/showcase/scripts/railway-envs.ts
@@ -1,15 +1,21 @@
/**
* railway-envs.ts — Single source of truth for Railway IDs used by all
- * TypeScript showcase too... | [
"showcase/scripts/railway-envs.test.ts",
"showcase/scripts/railway-envs.ts",
"showcase/scripts/redeploy-env.test.ts",
"showcase/scripts/redeploy-env.ts"
] | [] | diff --git a/showcase/scripts/railway-envs.test.ts b/showcase/scripts/railway-envs.test.ts
index dee0a8b99ed..49e2828bd41 100644
--- a/showcase/scripts/railway-envs.test.ts
+++ b/showcase/scripts/railway-envs.test.ts
@@ -4,11 +4,15 @@ import { describe, expect, it } from "vitest";
import {
CI_BUILT_SERVICES,
ENV... | true | |
CopilotKit/CopilotKit | 5,348 | issue_to_patch | fix(showcase): @ag-ui 0.0.55 currency, reasoning ports, google-adk demos | ## Summary
Combined landing of three browser-verified showcase work waves (37 commits, per-integration grouping preserved), plus a full multi-round code review with all mandatory fixes folded in.
**Wave 1 — @ag-ui currency (9/9 integrations).** Bump `@ag-ui/*` frontend deps to exact `0.0.55` for: llamaindex, agno, cl... | 692698b27e3e896b71e6209e84fe68bc1c6841fb | 3c84d93fbd70bfb6f18ed4c177dac548fa25504e | diff --git a/showcase/aimock/d6/google-adk/gen-ui-interrupt.json b/showcase/aimock/d6/google-adk/gen-ui-interrupt.json
new file mode 100644
index 00000000000..219c0d6023f
--- /dev/null
+++ b/showcase/aimock/d6/google-adk/gen-ui-interrupt.json
@@ -0,0 +1,89 @@
+{
+ "_meta": {
+ "description": "D6 fixtures for google... | [
"showcase/aimock/d6/google-adk/gen-ui-interrupt.json",
"showcase/aimock/d6/google-adk/hitl-in-chat.json",
"showcase/aimock/d6/google-adk/hitl.json",
"showcase/aimock/d6/google-adk/threadid-frontend-tool-roundtrip.json",
"showcase/integrations/ag2/package-lock.json",
"showcase/integrations/ag2/package.json... | [] | diff --git a/showcase/integrations/crewai-crews/tests/python/test_forwarded_props.py b/showcase/integrations/crewai-crews/tests/python/test_forwarded_props.py
index 23f53ca5c39..4ca81d29eb3 100644
--- a/showcase/integrations/crewai-crews/tests/python/test_forwarded_props.py
+++ b/showcase/integrations/crewai-crews/test... | true | |
CopilotKit/CopilotKit | 5,339 | issue_to_patch | feat(a2ui): adopt new A2UIToolParams API + bump @ag-ui deps (OSS-248) | ## What
Adopts the new `ag-ui-langgraph` single-arg tool-factory API in CopilotKit's LangGraph middlewares, and upgrades the `@ag-ui/*` dependencies to the latest published releases.
Counterpart to ag-ui-protocol/ag-ui#1894 (OSS-248: re-enable A2UI generation & design guidelines via the shared `A2UIToolParams` bag).
... | a0840c0a15d536ad21a6a1bcf64863c81ae0e389 | 0a76aa1ff7a7756b3ccb9036d20b7c4f492abd2b | diff --git a/packages/runtime/package.json b/packages/runtime/package.json
index 12d9f5a3b87..26abc96c876 100644
--- a/packages/runtime/package.json
+++ b/packages/runtime/package.json
@@ -81,7 +81,7 @@
"@ag-ui/client": "0.0.56",
"@ag-ui/core": "0.0.56",
"@ag-ui/encoder": "0.0.56",
- "@ag-ui/langgraph... | [
"packages/runtime/package.json",
"packages/sdk-js/package.json",
"packages/sdk-js/src/langgraph/middleware.ts",
"pnpm-lock.yaml",
"sdk-python/copilotkit/copilotkit_lg_middleware.py",
"sdk-python/poetry.lock",
"sdk-python/pyproject.toml",
"sdk-python/tests/test_copilotkit_lg_middleware.py",
"showcase... | [] | diff --git a/sdk-python/tests/test_copilotkit_lg_middleware.py b/sdk-python/tests/test_copilotkit_lg_middleware.py
index c00a3c54f89..647e735f1fa 100644
--- a/sdk-python/tests/test_copilotkit_lg_middleware.py
+++ b/sdk-python/tests/test_copilotkit_lg_middleware.py
@@ -1092,7 +1092,10 @@ def test_none_configurable_falls... | true | |
CopilotKit/CopilotKit | 5,334 | issue_to_patch | fix(shell-docs): keep docs headings block-level | ## Summary
- fix shell-docs heading anchors so docs headings remain block-level rows
- prevent adjacent headings, like `## What the runtime provides` followed by `### Authentication & security`, from rendering on the same line
- add a `globals.css` regression guard against bringing back `inline-flex` on `.docs-heading`... | 17eea211c4e41c87480199cb8596818f2bc6332d | 703129cc1367c570a8c7473101ab4201d8489dd6 | diff --git a/showcase/shell-docs/src/app/globals.css b/showcase/shell-docs/src/app/globals.css
index 3b788da0be1..560fa98fcea 100644
--- a/showcase/shell-docs/src/app/globals.css
+++ b/showcase/shell-docs/src/app/globals.css
@@ -1146,11 +1146,12 @@ samp {
}
/* Heading anchors — H2/H3 surface a hover-only `#` link a... | [
"showcase/shell-docs/src/app/__tests__/globals-css.test.ts",
"showcase/shell-docs/src/app/globals.css"
] | [] | diff --git a/showcase/shell-docs/src/app/__tests__/globals-css.test.ts b/showcase/shell-docs/src/app/__tests__/globals-css.test.ts
index ebf68829c4a..099ceba58f4 100644
--- a/showcase/shell-docs/src/app/__tests__/globals-css.test.ts
+++ b/showcase/shell-docs/src/app/__tests__/globals-css.test.ts
@@ -13,3 +13,14 @@ desc... | true | |
CopilotKit/CopilotKit | 5,352 | issue_to_patch | fix(harness): stop staging dashboard flapping (per-run X-Test-Id, graceful drain, worker-row GC) | ## Summary
Root-caused and fixed the staging dashboard's red↔green flapping. Empirical investigation separated it into three mechanisms:
1. **PRIMARY (recurring flap): aimock fixture-sequence desync.** Harness drivers sent a stable `d6-<slug>` `X-Test-Id` shared across runs. aimock's stateful strict-mode matching (se... | db73ceac91b47268bb48bc8b986d3d0183489187 | e90afdd223d0e8745c3fb522dc7c2dc9a88fe3cb | diff --git a/showcase/harness/src/fleet/control-plane/fleet-health.ts b/showcase/harness/src/fleet/control-plane/fleet-health.ts
index bd70fc96caf..3686551c98e 100644
--- a/showcase/harness/src/fleet/control-plane/fleet-health.ts
+++ b/showcase/harness/src/fleet/control-plane/fleet-health.ts
@@ -69,6 +69,18 @@ import {... | [
"showcase/harness/src/fleet/control-plane/control-plane.test.ts",
"showcase/harness/src/fleet/control-plane/fleet-health.test.ts",
"showcase/harness/src/fleet/control-plane/fleet-health.ts",
"showcase/harness/src/fleet/worker/registration.test.ts",
"showcase/harness/src/fleet/worker/registration.ts",
"sho... | [] | diff --git a/showcase/harness/src/fleet/control-plane/control-plane.test.ts b/showcase/harness/src/fleet/control-plane/control-plane.test.ts
index 83798a56787..746b62819b6 100644
--- a/showcase/harness/src/fleet/control-plane/control-plane.test.ts
+++ b/showcase/harness/src/fleet/control-plane/control-plane.test.ts
@@ ... | true | |
CopilotKit/CopilotKit | 5,345 | issue_to_patch | docs(skills): fix outdated APIs in copilotkit-setup skill | Fixes 4 accuracy issues surfaced by a docs gardener agent reviewing the `copilotkit-setup` skill. Docs-only; no runtime code touched.
| # | Issue | Fix | Proof (source) |
|---|-------|-----|----------------|
| 1 | `licenseKey` is not a valid `CopilotKitProvider` prop | Use `publicLicenseKey` (alias of `publicApiKe... | 01f89396a494cd44437979730ded6d9dcbbc02ab | ba99cbef88ee5b59632b8b0ef6df121a4ec9e9e6 | diff --git a/skills/copilotkit-setup/SKILL.md b/skills/copilotkit-setup/SKILL.md
index 1abfc23202e..4ff18c56ff3 100644
--- a/skills/copilotkit-setup/SKILL.md
+++ b/skills/copilotkit-setup/SKILL.md
@@ -4,7 +4,7 @@ description: >
Use when adding CopilotKit to an existing project or bootstrapping a new CopilotKit
pr... | [
"skills/copilotkit-setup/SKILL.md",
"skills/copilotkit-setup/assets/nextjs-app-router-page.tsx",
"skills/copilotkit-setup/eval.yaml",
"skills/copilotkit-setup/references/framework-detection.md",
"skills/copilotkit-setup/references/runtime-architecture.md",
"skills/copilotkit-setup/references/telemetry-set... | [] | true | ||
CopilotKit/CopilotKit | 5,327 | issue_to_patch | docs: simplify README agent-skills section | Replaces the "Install as a Claude Code plugin" section and its skill-inventory table with our recommended one-line install:
```bash
npx copilotkit@latest skills install
```
**Why:**
- The hand-maintained skill table goes stale fast. It already listed 9 skills and 6 lifecycle slugs that no longer exist (there are 11 ... | 01f89396a494cd44437979730ded6d9dcbbc02ab | 92614e7b22e5f72fde47f05f59a9cb91bd1122d7 | diff --git a/README.md b/README.md
index 4ab13f7ce64..5bff7f80b3f 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,18 @@ Up and running in under five minutes. All you need is an LLM key (OpenAI, Anthro
npx copilotkit@latest create
```
+## Agent Skills
+
+CopilotKit ships [agent skills](https://docs.copilotkit.ai... | [
"README.md"
] | [
{
"comment": "Can you rebase from main, move this up after Quick Start, and make the header \"Agent Skills\" (title case instead of sentence case)? ",
"path": "README.md",
"hunk": "@@ -242,38 +242,17 @@ Here are a few useful resources to help you get started:\n \n - Want to contribute but not sure how?... | true | ||
CoplayDev/unity-mcp | 1,190 | issue_to_patch | chore: update Unity package to beta version 9.7.2-beta.10 | Automated beta version bump for the Unity package. | a1a20d5d858e702677d6949320054fc3d588fa1c | a16709b92c99c6d2f2307237b0e9fc43795c4adc | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index a57bdd70f..e6ece4f95 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.2-beta.9",
+ "version": "9.7.2-beta.10",
"displayName": "MCP for Unity",
"de... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,127 | issue_to_patch | Component serialization can crash or disconnect UnityMCP when reading Photon Fusion components
## Summary
Reading GameObject or prefab component properties through UnityMCP can crash the Unity Editor or disconnect the UnityMCP session when the target contains Photon Fusion `NetworkBehaviour` components.
Photon Fusi... | fix: skip unsafe Fusion serialization types | ## Description
Fixes component serialization crashes/disconnects caused by Photon Fusion IL-weaved unsafe types being accessed through reflection.
## Type of Change
Save your change type
- Bug fix (non-breaking change that fixes an issue)
- Test update
## Changes Made
- Skip known Photon Fusion unsafe IL-wea... | 2d2bdc557502bf38cb2507d486a95137f94341fe | 8ec7a64c866a6b575f5f0c681a32258b4cb861ca | diff --git a/MCPForUnity/Editor/Helpers/GameObjectSerializer.cs b/MCPForUnity/Editor/Helpers/GameObjectSerializer.cs
index 22b1374e9..f97113618 100644
--- a/MCPForUnity/Editor/Helpers/GameObjectSerializer.cs
+++ b/MCPForUnity/Editor/Helpers/GameObjectSerializer.cs
@@ -131,6 +131,73 @@ private static bool IsOrDerivedFro... | [
"MCPForUnity/Editor/Helpers/GameObjectSerializer.cs",
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/FusionUnsafeTypeSerializationTests.cs",
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/FusionUnsafeTypeSerializationTests.cs.meta"
] | [] | diff --git a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/FusionUnsafeTypeSerializationTests.cs b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/FusionUnsafeTypeSerializationTests.cs
new file mode 100644
index 000000000..99c97931e
--- /dev/null
+++ b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/To... | true |
CoplayDev/unity-mcp | 1,058 | issue_to_patch | Pr 1051 unity65 compat | Pickup on #1051 for cleanup
## Summary by Sourcery
Add Unity 6.5+ compatible object identification and find-object helpers while preserving backward-compatible instanceID-based serialization.
Enhancements:
- Introduce compatibility wrappers for Unity object ID access and object-finding APIs, replacing direct GetInst... | 6948193a1ee8b02fe5fa715d447e693f15709160 | f69acf0fb1c8905613ec36fdf1e4350126e32396 | diff --git a/MCPForUnity/Editor/Helpers/ComponentOps.cs b/MCPForUnity/Editor/Helpers/ComponentOps.cs
index 9a481856b..60069079a 100644
--- a/MCPForUnity/Editor/Helpers/ComponentOps.cs
+++ b/MCPForUnity/Editor/Helpers/ComponentOps.cs
@@ -5,6 +5,7 @@
using UnityEditor;
using UnityEngine;
using UnityEngine.Events;
+usi... | [
"MCPForUnity/Editor/Helpers/ComponentOps.cs",
"MCPForUnity/Editor/Helpers/GameObjectLookup.cs",
"MCPForUnity/Editor/Helpers/GameObjectSerializer.cs",
"MCPForUnity/Editor/Resources/Editor/Selection.cs",
"MCPForUnity/Editor/Resources/Editor/Windows.cs",
"MCPForUnity/Editor/Resources/Scene/GameObjectResource... | [
{
"comment": "`GetInstanceIDCompat()` derives the legacy int ID by casting the 64-bit EntityId to `int`. This is inherently lossy (upper 32 bits discarded), so different objects can collide to the same `instanceID` on Unity 6.5+, which can break lookups/commands that rely on instanceID uniqueness. Consider main... | true | ||
CoplayDev/unity-mcp | 1,174 | issue_to_patch | chore: update Unity package to beta version 9.7.2-beta.9 | Automated beta version bump for the Unity package. | 26296061ffc835b4b0c73c0727d80233a5251ee0 | 60b2634f5ce16f22cd666010a23c649b67a69a1b | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index f9b3f2065..a57bdd70f 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.2-beta.8",
+ "version": "9.7.2-beta.9",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,119 | issue_to_patch | feat: add Kimi Code CLI client configurator | ## Description
Add support for [Kimi Code](https://www.kimi.com/code).
## Type of Change
- New feature (non-breaking change that adds functionality)
## Changes Made
- Add a new `MCPForUnity/Editor/Clients/Configurators/KimiCodeConfigurator.cs` that configures Kimi Code for Unity MCP.
## Testing/Screenshots/... | f64ec538d58d212fa4cc116d4827adfc5cef681c | 9d2615a73ca7eafc0dc25474e13076c6334e0f97 | diff --git a/MCPForUnity/Editor/Clients/Configurators/KimiCodeConfigurator.cs b/MCPForUnity/Editor/Clients/Configurators/KimiCodeConfigurator.cs
new file mode 100644
index 000000000..940a8cac8
--- /dev/null
+++ b/MCPForUnity/Editor/Clients/Configurators/KimiCodeConfigurator.cs
@@ -0,0 +1,40 @@
+using System;
+using Sys... | [
"MCPForUnity/Editor/Clients/Configurators/KimiCodeConfigurator.cs",
"MCPForUnity/Editor/Clients/Configurators/KimiCodeConfigurator.cs.meta"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Use platform-neutral manual-path instructions**\n\nManual setup currently hardcodes `~/.kimi/mcp.json`, which is unclear for Windows users. Prefer referencing the resolved config path shown by the configurator/UI or listing OS-specific paths.\... | true | ||
CoplayDev/unity-mcp | 1,171 | issue_to_patch | chore: update Unity package to beta version 9.7.2-beta.8 | Automated beta version bump for the Unity package. | 5a4a3f0862ccad0ba38e1627cef96bc05cc1f506 | 1f53fac8be86ac4bd448907aad2caba1732fbe69 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index b91fe5ad7..f9b3f2065 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.2-beta.7",
+ "version": "9.7.2-beta.8",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,170 | issue_to_patch | execute_code with codedom fails on large projects: mono.exe: filename or extension is too long
Hey, got an exception on execute_code when the compiler resolves to codedom. Looks like a Windows command-line length limit issue
Env
Windows 10/11
Unity 2022.3.62f2
MCP for Unity 9.6.9-beta.8 (embedded under Packages/)
Pr... | fix(execute_code): route CodeDom references through a response file (#1144) | ## Summary
Fixes #1144 — `execute_code` with `compiler=\"codedom\"` fails on Windows in large projects with:
```
SystemException: Error running …mono.exe: The filename or extension is too long.
at MCPForUnity.Editor.Tools.ExecuteCode.HandleExecute (ExecuteCode.cs:115)
```
## Root cause
`CodeDomCompile` shoves eve... | d1338eddb82d143fa223b3ed3f6139a5ec5a1e58 | 67445dff3dce6ca77c84477c1d21b570ec73d49e | diff --git a/MCPForUnity/Editor/Tools/ExecuteCode.cs b/MCPForUnity/Editor/Tools/ExecuteCode.cs
index abba27e84..34d3f6679 100644
--- a/MCPForUnity/Editor/Tools/ExecuteCode.cs
+++ b/MCPForUnity/Editor/Tools/ExecuteCode.cs
@@ -275,34 +275,57 @@ private static Assembly CodeDomCompile(string source, string[] assemblyPaths,... | [
"MCPForUnity/Editor/Tools/ExecuteCode.cs",
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/ExecuteCodeTests.cs"
] | [
{
"comment": "The response file is written with `Encoding.UTF8`, which includes a BOM. Elsewhere in this repo, files are intentionally written as UTF-8 *without* BOM (e.g., `new UTF8Encoding(false)`) to avoid tooling issues. Consider switching this StreamWriter encoding to UTF-8 without BOM for consistency and ... | diff --git a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/ExecuteCodeTests.cs b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/ExecuteCodeTests.cs
index 38ab38e09..28331ac7a 100644
--- a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/ExecuteCodeTests.cs
+++ b/TestProjects/UnityMCPTests/Assets/... | true |
CoplayDev/unity-mcp | 1,169 | issue_to_patch | chore: update Unity package to beta version 9.7.2-beta.7 | Automated beta version bump for the Unity package. | e0d6a7751902ae0588cbdbf7930a84ddfc3d5051 | 50f0373bdc24b4aa0c43a963d4087abbb6f78fa3 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index 620edd894..b91fe5ad7 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.2-beta.6",
+ "version": "9.7.2-beta.7",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,168 | issue_to_patch | refactor: drop defensive scaffolding made obsolete by module dep declarations | ## Summary
Follow-up to #1122 (declared the Physics 2D / Screen Capture / Image Conversion / etc. modules as required deps in `package.json`). Now that Unity Package Manager keeps those modules enabled while MCP for Unity is installed, two defensive layers that protected against the now-impossible \"module disabled\" ... | ce98a2c2555ee3106e26a2b1bbf747fc0e69d1e2 | c56337ec030f9781c511ce6bddc39904082c7b84 | diff --git a/MCPForUnity/Editor/Resources/Project/ProjectInfo.cs b/MCPForUnity/Editor/Resources/Project/ProjectInfo.cs
index cc1502f21..857f6c6c1 100644
--- a/MCPForUnity/Editor/Resources/Project/ProjectInfo.cs
+++ b/MCPForUnity/Editor/Resources/Project/ProjectInfo.cs
@@ -38,7 +38,7 @@ public static object HandleComman... | [
"MCPForUnity/Editor/Resources/Project/ProjectInfo.cs",
"MCPForUnity/Editor/Tools/ManageScene.cs",
"MCPForUnity/Editor/Tools/ManageUI.cs",
"MCPForUnity/Editor/Tools/Vfx/TrailControl.cs",
"MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs",
"MCPForUnity/Runtime/Helpers/UnityPhysicsCompat.cs"
] | [] | true | ||
CoplayDev/unity-mcp | 1,167 | issue_to_patch | chore: update Unity package to beta version 9.7.2-beta.6 | Automated beta version bump for the Unity package. | e3f822b6ef2ba8d167258d73fe5e051a85a41613 | 29c247759aae8ba726cce98e8a793e8a87961cbe | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index e0b5c123d..620edd894 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.2-beta.5",
+ "version": "9.7.2-beta.6",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,122 | issue_to_patch | fix: declare required Unity module dependencies | ## Summary
Adds missing built-in Unity module dependencies to the MCP for Unity package manifest:
- `com.unity.modules.imageconversion`
- `com.unity.modules.physics2d`
- `com.unity.modules.screencapture`
## Root Cause
`MCPForUnity.Runtime` directly uses APIs from these modules:
- `Texture2D.EncodeToPNG()` from Ima... | a2a5edf8d8e3f715881c0db4589c18feff7c379f | ec9b22a4e1fe03ad7c0ee16dab51f846474c99e9 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index bc01b39d8..a97a44f82 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -7,6 +7,13 @@
"documentationUrl": "https://github.com/CoplayDev/unity-mcp",
"licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE",... | [
"MCPForUnity/package.json"
] | [
{
"comment": "The package now declares Physics2D/ScreenCapture/ImageConversion modules, but runtime code also has compile-time references to `UnityEngine.Physics` (e.g., `typeof(Physics)` in `Runtime/Helpers/UnityPhysicsCompat.cs`). If the built-in 3D Physics module is disabled, consumers can still hit the same... | true | ||
CoplayDev/unity-mcp | 1,122 | comment_to_fix | fix: declare required Unity module dependencies | _⚠️ Potential issue_ | _🟠 Major_ | _⚖️ Poor tradeoff_
<details>
<summary>🧩 Analysis chain</summary>
🏁 Script executed:
```shell
#!/bin/bash
# Search for Physics (3D) API usage that would require com.unity.modules.physics
rg -nP --type=cs -C3 '\bPhysics\.' MCPForUnity/Runtime/ | head -50
```
Repository: CoplayDe... | a2a5edf8d8e3f715881c0db4589c18feff7c379f | ec9b22a4e1fe03ad7c0ee16dab51f846474c99e9 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index bc01b39d8..a97a44f82 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -7,6 +7,13 @@
"documentationUrl": "https://github.com/CoplayDev/unity-mcp",
"licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE",... | [
"MCPForUnity/package.json"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚖️ Poor tradeoff_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\n# Search for Physics (3D) API usage that would require com.unity.modules.physics\n\nrg -nP --type=cs -C3 '\\bPhysics\\.' MCPForUnity/Runtime/ |... | true | ||
CoplayDev/unity-mcp | 1,166 | issue_to_patch | chore: update Unity package to beta version 9.7.2-beta.5 | Automated beta version bump for the Unity package. | 39e79483ce2f304e93961d6982c3f219c0418dca | e123c1f8934c718445ae1f4796247ed5c59ce274 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index 699c4227b..ce9eb248c 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.2-beta.4",
+ "version": "9.7.2-beta.5",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,136 | issue_to_patch | fix(prefabs): wire missing C# handler for editor/prefab-stage resource | ## Description
The `mcpforunity://editor/prefab-stage` resource was wired Python-side in PR #1013 ("Prefab stages integration") via `Server/src/services/resources/prefab_stage.py`, but its dispatched `get_prefab_stage` command name was never given a C# handler. Reading the resource hits `CommandRegistry`'s not-found... | da5de7ad3f95e76740deb6a625d41b073328d159 | 4b2b963919469811783c6326f9c7f6438b03529d | diff --git a/MCPForUnity/Editor/Resources/Editor/GetPrefabStage.cs b/MCPForUnity/Editor/Resources/Editor/GetPrefabStage.cs
new file mode 100644
index 000000000..28bd0a06e
--- /dev/null
+++ b/MCPForUnity/Editor/Resources/Editor/GetPrefabStage.cs
@@ -0,0 +1,43 @@
+using System;
+using MCPForUnity.Editor.Helpers;
+using N... | [
"MCPForUnity/Editor/Resources/Editor/GetPrefabStage.cs",
"MCPForUnity/Editor/Resources/Editor/GetPrefabStage.cs.meta"
] | [] | true | ||
CoplayDev/unity-mcp | 1,165 | issue_to_patch | chore: update Unity package to beta version 9.7.2-beta.4 | Automated beta version bump for the Unity package. | a5e207e68319e06ebf429d5d1272d40a5315d65d | 3959ceaac3db6a3e269d9ea79bdd4b5304b44dcd | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index f96dc3481..699c4227b 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.2-beta.3",
+ "version": "9.7.2-beta.4",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,132 | issue_to_patch | game_view screenshots with include_image miss UI Toolkit overlays
## Summary
`manage_scene(action="screenshot", capture_source="game_view", include_image=true)` can miss UI Toolkit overlays in Play Mode.
## Problem
When `include_image=true` is used without an explicit camera target, the screenshot path captures thr... | fix(screenshot): wait for end-of-frame before composited capture | ## Description
`manage_camera action=screenshot capture_source=game_view include_image=true` (no explicit camera, play mode) returned fully-transparent PNGs (every pixel RGBA `(0, 0, 0, 0)`). The path was supposed to capture UI Toolkit overlays — #1040 wired it to `ScreenCapture.CaptureScreenshotAsTexture` for that re... | 0e02e5df2e5fb3bb507357d9c78dada28ea565de | 6e4302db6a8fe7e2d61b94bad0746b07a7b3152b | diff --git a/MCPForUnity/Editor/Tools/ManageUI.cs b/MCPForUnity/Editor/Tools/ManageUI.cs
index f67bcff40..42e79cd27 100644
--- a/MCPForUnity/Editor/Tools/ManageUI.cs
+++ b/MCPForUnity/Editor/Tools/ManageUI.cs
@@ -816,39 +816,6 @@ private static object SerializeVisualElement(VisualElement element, int depth, i
... | [
"MCPForUnity/Editor/Tools/ManageUI.cs",
"MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Stale completion state can return wrong texture on subsequent calls.**\n\nIf a previous capture times out but its coroutine completes after this function returns, `s_pendingCompositedDone` will be `true` and `s_pendingCompositedTex` will hold ... | true | |
CoplayDev/unity-mcp | 1,132 | comment_to_fix | fix(screenshot): wait for end-of-frame before composited capture | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Stale completion state can return wrong texture on subsequent calls.**
If a previous capture times out but its coroutine completes after this function returns, `s_pendingCompositedDone` will be `true` and `s_pendingCompositedTex` will hold a stale texture. On the ne... | 0e02e5df2e5fb3bb507357d9c78dada28ea565de | 6e4302db6a8fe7e2d61b94bad0746b07a7b3152b | diff --git a/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs b/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs
index 440fc5ec9..02de15551 100644
--- a/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs
+++ b/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs
@@ -81,6 +81,18 @@ public static bool IsScreenCaptureModuleAvai... | [
"MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Stale completion state can return wrong texture on subsequent calls.**\n\nIf a previous capture times out but its coroutine completes after this function returns, `s_pendingCompositedDone` will be `true` and `s_pendingCompositedTex` will hold ... | true | ||
CoplayDev/unity-mcp | 1,132 | comment_to_fix | fix(screenshot): wait for end-of-frame before composited capture | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Avoid leaking textures when end-of-frame capture completes after timeout.**
At Line 251, the method can return `null` before the callback fires. If the callback runs later, it can leave a captured `Texture2D` undisposed. This can accumulate memory in repeated timeou... | 0e02e5df2e5fb3bb507357d9c78dada28ea565de | 6e4302db6a8fe7e2d61b94bad0746b07a7b3152b | diff --git a/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs b/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs
index 440fc5ec9..02de15551 100644
--- a/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs
+++ b/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs
@@ -81,6 +81,18 @@ public static bool IsScreenCaptureModuleAvai... | [
"MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Avoid leaking textures when end-of-frame capture completes after timeout.**\n\nAt Line 251, the method can return `null` before the callback fires. If the callback runs later, it can leave a captured `Texture2D` undisposed. This can accumulate... | true | ||
CoplayDev/unity-mcp | 1,163 | issue_to_patch | chore: update Unity package to beta version 9.7.2-beta.3 | Automated beta version bump for the Unity package. | fe200b778f3f5a7c213574a040224660155a86ab | f0483f0b58860093715041df07caaa6f4d47595d | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index 129a33957..f96dc3481 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.2-beta.2",
+ "version": "9.7.2-beta.3",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,162 | issue_to_patch | [Bug]: v9.7.0 and v9.7.1 break compatibility with 6000.3.13f1
### What happened?
**What happened:** Updated from v9.6.8 to v9.7.1 but unity fails to compile. Same with v9.7.0.
**Unity:** 6000.3.13f1
Compile errors with the new versions:
```
Library\PackageCache\com.coplaydev.unity-mcp@8d4c82830b6d\Runtime\Helpers\Un... | fix(compat): keep Runtime helpers compiling when built-in modules are disabled (#1160) | ## Summary
Fixes #1160 — v9.7.0 introduced two Runtime compile failures for users who disable the **Physics 2D** or **Screen Capture** built-in modules in *Package Manager → Built-in*.
- **`UnityPhysicsCompat.cs:49`** — the shim file used `typeof(Physics2D)` directly, contradicting its own XML doc (*"reflection rathe... | 5d0c2bd0a7f5819a35154b704e789b47e353c63b | 4805bc12fbd511cd974339e5354fe881e6826e65 | diff --git a/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs b/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs
index 9ba997ccd..440fc5ec9 100644
--- a/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs
+++ b/MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs
@@ -53,6 +53,7 @@ public static class ScreenshotUtility
... | [
"MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs",
"MCPForUnity/Runtime/Helpers/UnityPhysicsCompat.cs"
] | [] | true | |
CoplayDev/unity-mcp | 1,161 | issue_to_patch | chore: update Unity package to beta version 9.7.2-beta.2 | Automated beta version bump for the Unity package. | 089d00668a97ada3096eb297f6c09abff1dad4b7 | 1bfcf1ad53c323f9f556d123531878917557ef98 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index 60a0cdfc2..129a33957 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.2-beta.1",
+ "version": "9.7.2-beta.2",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,113 | issue_to_patch | issues: does not contain a definition for 'VisionOS'
issues: does not contain a definition for 'VisionOS'
I'm using unity(version 2023.2.22f1)
then I install the package from git url and unity report some error:
```
BuildTargetMapping.cs(29,55): error CS0117: 'BuildTarget' does not contain a definition for 'VisionOS'... | fix(build): avoid compile-time VisionOS enum references | ## Description
Follow-up to #1063.
That PR fixed one part of the VisionOS compatibility problem by moving the direct enum references behind `UNITY_2023_2_OR_NEWER`. New reports in #1112, plus the later comment on #1063, show that this still is not quite safe: some Unity 2023.2.x installations do not expose `BuildTarg... | a2a5edf8d8e3f715881c0db4589c18feff7c379f | 75c844ffd6544d20c1b2ec31fe0fbfe5988f8066 | diff --git a/MCPForUnity/Editor/Tools/Build/BuildTargetMapping.cs b/MCPForUnity/Editor/Tools/Build/BuildTargetMapping.cs
index 8377bb52e..43383c672 100644
--- a/MCPForUnity/Editor/Tools/Build/BuildTargetMapping.cs
+++ b/MCPForUnity/Editor/Tools/Build/BuildTargetMapping.cs
@@ -1,3 +1,4 @@
+using System;
using UnityEdit... | [
"MCPForUnity/Editor/Tools/Build/BuildTargetMapping.cs",
"MCPForUnity/Editor/Tools/ManageBuild.cs",
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/BuildTargetMappingTests.cs",
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/BuildTargetMappingTests.cs.meta"
] | [] | diff --git a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/BuildTargetMappingTests.cs b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/BuildTargetMappingTests.cs
new file mode 100644
index 000000000..0e1a55219
--- /dev/null
+++ b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/BuildTargetMapping... | true |
CoplayDev/unity-mcp | 1,159 | issue_to_patch | chore: sync main (v9.7.1) into beta | Automated sync of main back into beta after release v9.7.1, including beta version set to 9.7.2-beta.1. | f7ded78177debec3f29af4ea4538dd73c4314262 | c05e3505e3e43a77f412c270b163d1d85b890059 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index 209634bb9..60a0cdfc2 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.1-beta.4",
+ "version": "9.7.2-beta.1",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json",
"Server/README.md",
"Server/pyproject.toml",
"manifest.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,158 | issue_to_patch | chore: bump version to 9.7.1 | Automated version bump to 9.7.1. | 417cf351a152b483c91e6e2deaf7ae355fa8eff3 | a7ec2f59f8f0f686dd49f9c7d24aca7af770c47c | diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 000000000..33cbf6d49
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,122 @@
+name: Bug report
+description: Something isn't working as expected
+title: "[Bug]: "
+labels: ["bug", "n... | [
".github/ISSUE_TEMPLATE/bug_report.yml",
".github/ISSUE_TEMPLATE/config.yml",
".github/ISSUE_TEMPLATE/feature_request.yml",
".github/pull_request_template.md",
".github/workflows/docs-deploy.yml",
".github/workflows/docs-generate.yml",
".github/workflows/sync-releases.yml",
"CODE_OF_CONDUCT.md",
"CO... | [] | diff --git a/website/docs/reference/tools/testing/get_test_job.md b/website/docs/reference/tools/testing/get_test_job.md
new file mode 100644
index 000000000..d16fdfaa4
--- /dev/null
+++ b/website/docs/reference/tools/testing/get_test_job.md
@@ -0,0 +1,35 @@
+---
+title: get_test_job
+sidebar_label: get_test_job
+descr... | true | |
CoplayDev/unity-mcp | 1,157 | issue_to_patch | [UPDATE] Wiki/Doc | ## Description
One big part for the 10K star rebrand/refresh. Static website now set up beyond the readme.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Documentation**
* Launched a full Docusaurus docs site with Getting Started, Guides, Architecture, Tro... | f06ff90b7f1b2228f543d4407cd159d97a2f938b | 7c553f195ed6579760b99968712e3d108e7c66ac | diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 000000000..33cbf6d49
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,122 @@
+name: Bug report
+description: Something isn't working as expected
+title: "[Bug]: "
+labels: ["bug", "n... | [
".github/ISSUE_TEMPLATE/bug_report.yml",
".github/ISSUE_TEMPLATE/config.yml",
".github/ISSUE_TEMPLATE/feature_request.yml",
".github/workflows/docs-deploy.yml",
".github/workflows/docs-generate.yml",
".github/workflows/sync-releases.yml",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"README.md",
"SECU... | [
{
"comment": "This bullet is missing the closing `.)` in the `manage_asset` description, which reads like a truncated sentence in the tool catalog.\n",
"path": "website/docs/reference/tools/index.md",
"hunk": "@@ -0,0 +1,84 @@\n+---\n+title: Tool reference\n+sidebar_label: Tools\n+sidebar_class_name: si... | diff --git a/website/docs/reference/tools/testing/get_test_job.md b/website/docs/reference/tools/testing/get_test_job.md
new file mode 100644
index 000000000..d16fdfaa4
--- /dev/null
+++ b/website/docs/reference/tools/testing/get_test_job.md
@@ -0,0 +1,35 @@
+---
+title: get_test_job
+sidebar_label: get_test_job
+descr... | true | |
CoplayDev/unity-mcp | 1,157 | comment_to_fix | [UPDATE] Wiki/Doc | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
<details>
<summary>🧩 Analysis chain</summary>
🏁 Script executed:
```shell
#!/bin/bash
# Check for guides documentation files
fd -t f . website/docs/guides/ -x echo {}
```
Repository: CoplayDev/unity-mcp
Length of output: 461
---
</details>
**Fix broken troub... | f06ff90b7f1b2228f543d4407cd159d97a2f938b | 7c553f195ed6579760b99968712e3d108e7c66ac | diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 000000000..33cbf6d49
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,122 @@
+name: Bug report
+description: Something isn't working as expected
+title: "[Bug]: "
+labels: ["bug", "n... | [
".github/ISSUE_TEMPLATE/bug_report.yml"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\n# Check for guides documentation files\nfd -t f . website/docs/guides/ -x echo {}\n```\n\nRepository: CoplayDev/unity-mcp\n\nLength of output: 461\n... | true | ||
CoplayDev/unity-mcp | 1,157 | comment_to_fix | [UPDATE] Wiki/Doc | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Add `persist-credentials: false` to prevent credential leakage.**
Without `persist-credentials: false`, the GitHub token remains accessible in the checked-out repository and could be inadvertently exposed through build artifacts, caching, or logs.
<details>
<sum... | f06ff90b7f1b2228f543d4407cd159d97a2f938b | 7c553f195ed6579760b99968712e3d108e7c66ac | diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml
new file mode 100644
index 000000000..2ee53f24f
--- /dev/null
+++ b/.github/workflows/docs-deploy.yml
@@ -0,0 +1,92 @@
+name: Docs — Build & Deploy
+
+# Builds the Docusaurus site under /website and, on push to beta, deploys
+# to GitHub... | [
".github/workflows/docs-deploy.yml"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Add `persist-credentials: false` to prevent credential leakage.**\n\nWithout `persist-credentials: false`, the GitHub token remains accessible in the checked-out repository and could be inadvertently exposed through build artifacts, caching, o... | true | ||
CoplayDev/unity-mcp | 1,157 | comment_to_fix | [UPDATE] Wiki/Doc | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Add `persist-credentials: false` to prevent credential leakage.**
Without `persist-credentials: false`, the GitHub token remains accessible in the checked-out repository and could be inadvertently exposed through caching or logs.
<details>
<summary>🛡️ Proposed ... | f06ff90b7f1b2228f543d4407cd159d97a2f938b | 7c553f195ed6579760b99968712e3d108e7c66ac | diff --git a/.github/workflows/docs-generate.yml b/.github/workflows/docs-generate.yml
new file mode 100644
index 000000000..5db34efb1
--- /dev/null
+++ b/.github/workflows/docs-generate.yml
@@ -0,0 +1,72 @@
+name: Docs — Reference Drift Check
+
+# Fails a PR if the committed /website/docs/reference/ output disagrees
+... | [
".github/workflows/docs-generate.yml"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Add `persist-credentials: false` to prevent credential leakage.**\n\nWithout `persist-credentials: false`, the GitHub token remains accessible in the checked-out repository and could be inadvertently exposed through caching or logs.\n\n\n\n\n<... | true | ||
CoplayDev/unity-mcp | 1,157 | comment_to_fix | [UPDATE] Wiki/Doc | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Scope `contents: write` permission to the `sync` job only.**
The `contents: write` permission is declared at the workflow level but is only required by the `sync` job. The `drift-check` job only needs read access. This violates least-privilege principles.
<detai... | f06ff90b7f1b2228f543d4407cd159d97a2f938b | 7c553f195ed6579760b99968712e3d108e7c66ac | diff --git a/.github/workflows/sync-releases.yml b/.github/workflows/sync-releases.yml
new file mode 100644
index 000000000..8892af0b0
--- /dev/null
+++ b/.github/workflows/sync-releases.yml
@@ -0,0 +1,78 @@
+name: Docs — Sync Release Notes
+
+# Keeps website/docs/releases.md and the README's "Recent Updates" block
+# ... | [
".github/workflows/sync-releases.yml"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Scope `contents: write` permission to the `sync` job only.**\n\nThe `contents: write` permission is declared at the workflow level but is only required by the `sync` job. The `drift-check` job only needs read access. This violates least-privil... | true | ||
CoplayDev/unity-mcp | 1,157 | comment_to_fix | [UPDATE] Wiki/Doc | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Add `persist-credentials: false` for the drift-check job.**
The `drift-check` job only reads and validates; it never pushes. The token should not persist.
<details>
<summary>🛡️ Proposed fix</summary>
```diff
- uses: actions/checkout@v4
+ with:
+ ... | f06ff90b7f1b2228f543d4407cd159d97a2f938b | 7c553f195ed6579760b99968712e3d108e7c66ac | diff --git a/.github/workflows/sync-releases.yml b/.github/workflows/sync-releases.yml
new file mode 100644
index 000000000..8892af0b0
--- /dev/null
+++ b/.github/workflows/sync-releases.yml
@@ -0,0 +1,78 @@
+name: Docs — Sync Release Notes
+
+# Keeps website/docs/releases.md and the README's "Recent Updates" block
+# ... | [
".github/workflows/sync-releases.yml"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Add `persist-credentials: false` for the drift-check job.**\n\nThe `drift-check` job only reads and validates; it never pushes. The token should not persist.\n\n\n\n\n<details>\n<summary>🛡️ Proposed fix</summary>\n\n```diff\n - uses: ac... | true | ||
CoplayDev/unity-mcp | 1,157 | comment_to_fix | [UPDATE] Wiki/Doc | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
**Remove "coming soon" notes for pages that exist in this PR.**
Lines 34-35 mark "Your First Prompt" and "Choosing an MCP Client" as coming soon, but both `first-prompt.md` and `clients.md` are added in this same PR and should be linked normally.
<details>
<summary... | f06ff90b7f1b2228f543d4407cd159d97a2f938b | 7c553f195ed6579760b99968712e3d108e7c66ac | diff --git a/website/docs/getting-started/index.md b/website/docs/getting-started/index.md
new file mode 100644
index 000000000..2db6581be
--- /dev/null
+++ b/website/docs/getting-started/index.md
@@ -0,0 +1,39 @@
+---
+id: index
+slug: /getting-started
+title: Overview
+sidebar_label: Overview
+description: AI-driven ... | [
"website/docs/getting-started/index.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Remove \"coming soon\" notes for pages that exist in this PR.**\n\nLines 34-35 mark \"Your First Prompt\" and \"Choosing an MCP Client\" as coming soon, but both `first-prompt.md` and `clients.md` are added in this same PR and should be linked... | true | ||
CoplayDev/unity-mcp | 1,157 | comment_to_fix | [UPDATE] Wiki/Doc | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
**Truncated description in frontmatter.**
The description ends with `"...delete, etc"` (missing closing parenthesis and period), while line 15 has the complete version. Since this file is auto-generated, the fix should be applied to the generator source (`tools/genera... | f06ff90b7f1b2228f543d4407cd159d97a2f938b | 7c553f195ed6579760b99968712e3d108e7c66ac | diff --git a/website/docs/reference/tools/core/manage_asset.md b/website/docs/reference/tools/core/manage_asset.md
new file mode 100644
index 000000000..ad1485f3f
--- /dev/null
+++ b/website/docs/reference/tools/core/manage_asset.md
@@ -0,0 +1,44 @@
+---
+title: manage_asset
+sidebar_label: manage_asset
+description: "... | [
"website/docs/reference/tools/core/manage_asset.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Truncated description in frontmatter.**\n\nThe description ends with `\"...delete, etc\"` (missing closing parenthesis and period), while line 15 has the complete version. Since this file is auto-generated, the fix should be applied to the gen... | true | ||
CoplayDev/unity-mcp | 1,157 | comment_to_fix | [UPDATE] Wiki/Doc | _🛠️ Refactor suggestion_ | _🟠 Major_ | _⚡ Quick win_
**Clean up setTimeout on component unmount.**
The `setTimeout` at line 30 is not cleaned up if the component unmounts before the 1.5-second delay completes. This will cause `setCopied` to be called on an unmounted component, triggering React warnings and represen... | f06ff90b7f1b2228f543d4407cd159d97a2f938b | 7c553f195ed6579760b99968712e3d108e7c66ac | diff --git a/website/src/components/CopyButton/index.js b/website/src/components/CopyButton/index.js
new file mode 100644
index 000000000..5b2cf42ff
--- /dev/null
+++ b/website/src/components/CopyButton/index.js
@@ -0,0 +1,72 @@
+import React, { useState, useRef, useEffect } from 'react';
+import styles from './styles.... | [
"website/src/components/CopyButton/index.js"
] | [
{
"comment": "_🛠️ Refactor suggestion_ | _🟠 Major_ | _⚡ Quick win_\n\n**Clean up setTimeout on component unmount.**\n\nThe `setTimeout` at line 30 is not cleaned up if the component unmounts before the 1.5-second delay completes. This will cause `setCopied` to be called on an unmounted component, triggering R... | true | ||
CoplayDev/unity-mcp | 1,101 | issue_to_patch | docs: clarify development setup and package-source checks | ## Description
Clarifies contributor docs for local server/package work and for reproducing Unity package-source issues.
## Type of Change
Documentation update.
## Changes Made
- Add a short repo map to the development guide.
- Document the local server setup and common Python test commands.
- Explain when to check `... | 8d1813fa13fc8e78898d50864f242321f4e87075 | b90b8110910818c7f918a8893ded1a7238af9cda | diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index cd13fde77..6dcd9a769 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,21 +2,30 @@
<!-- Provide a brief description of your changes -->
## Type of Change
-<!-- Save the type of change you ... | [
".github/pull_request_template.md",
"docs/development/README-DEV.md"
] | [] | true | ||
CoplayDev/unity-mcp | 1,156 | issue_to_patch | chore: update Unity package to beta version 9.7.1-beta.4 | Automated beta version bump for the Unity package. | b61238f680d8c24d655ab5ebe51cd0e5c2abf4e8 | 91281266f7690cffc8e2c549c6e31552c2eddd03 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index cc220e921..209634bb9 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.1-beta.3",
+ "version": "9.7.1-beta.4",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,116 | issue_to_patch | fix(roslyn): install missing System.Runtime.CompilerServices.Unsafe v6 + surface inner errors | ## Summary
The `RoslynInstaller` ships only 4 NuGet packages but `Microsoft.CodeAnalysis` 4.12.0 on netstandard2.0 also references `System.Runtime.CompilerServices.Unsafe` **v6.0.0.0**, which is **not** what Unity ships (Unity bundles a v4.x of that assembly). The reference is unresolved at runtime, so:
```
Roslyn.Ut... | a2a5edf8d8e3f715881c0db4589c18feff7c379f | 3b1d1aa525f0e6a9c83fa9a38c4641bc42f9250c | diff --git a/MCPForUnity/Editor/Setup/RoslynInstaller.cs b/MCPForUnity/Editor/Setup/RoslynInstaller.cs
index 6f4429010..51378a608 100644
--- a/MCPForUnity/Editor/Setup/RoslynInstaller.cs
+++ b/MCPForUnity/Editor/Setup/RoslynInstaller.cs
@@ -1,6 +1,7 @@
using System;
using System.IO;
using System.IO.Compression;
+usi... | [
"MCPForUnity/Editor/Setup/RoslynInstaller.cs",
"MCPForUnity/Editor/Tools/ExecuteCode.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🌐 Web query:\n\n`What assembly version is shipped inside NuGet package System.Runtime.CompilerServices.Unsafe 6.0.0 (lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll)?`\n\n💡 Resul... | true | ||
CoplayDev/unity-mcp | 1,116 | comment_to_fix | fix(roslyn): install missing System.Runtime.CompilerServices.Unsafe v6 + surface inner errors | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
<details>
<summary>🧩 Analysis chain</summary>
🌐 Web query:
`What assembly version is shipped inside NuGet package System.Runtime.CompilerServices.Unsafe 6.0.0 (lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll)?`
💡 Result:
NuGet package System.Runtim... | a2a5edf8d8e3f715881c0db4589c18feff7c379f | 3b1d1aa525f0e6a9c83fa9a38c4641bc42f9250c | diff --git a/MCPForUnity/Editor/Setup/RoslynInstaller.cs b/MCPForUnity/Editor/Setup/RoslynInstaller.cs
index 6f4429010..51378a608 100644
--- a/MCPForUnity/Editor/Setup/RoslynInstaller.cs
+++ b/MCPForUnity/Editor/Setup/RoslynInstaller.cs
@@ -1,6 +1,7 @@
using System;
using System.IO;
using System.IO.Compression;
+usi... | [
"MCPForUnity/Editor/Setup/RoslynInstaller.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🌐 Web query:\n\n`What assembly version is shipped inside NuGet package System.Runtime.CompilerServices.Unsafe 6.0.0 (lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll)?`\n\n💡 Resul... | true | ||
CoplayDev/unity-mcp | 1,154 | issue_to_patch | chore: update Unity package to beta version 9.7.1-beta.3 | Automated beta version bump for the Unity package. | 493b11d8c07f6079aa2456449d3e13763c2e8ae0 | fa07d5cc3ccb3acaf0ab63aad2a028798d0100b9 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index a74e6e8ee..cc220e921 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.1-beta.2",
+ "version": "9.7.1-beta.3",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,152 | issue_to_patch | fix(ui): default the per-client setup foldout to expanded so Unregister is visible | Community reports:
> "Not a very good idea that the Unregister button was removed in 9.7.0. It did a wrong registration with stdio transport, and now it is difficult to re-register. :/ something is stuck on stdio, which is unstable, and I can't switch to local."
> "stdio may be simpler for us beginners but somehow it... | 2e5a5f35fc555b6521d517510b18e4494051d02e | ad510eb89312dac0de65b426bc88928055896f71 | diff --git a/MCPForUnity/Editor/Clients/IMcpClientConfigurator.cs b/MCPForUnity/Editor/Clients/IMcpClientConfigurator.cs
index d103528df..4c1be1cb3 100644
--- a/MCPForUnity/Editor/Clients/IMcpClientConfigurator.cs
+++ b/MCPForUnity/Editor/Clients/IMcpClientConfigurator.cs
@@ -48,9 +48,20 @@ public interface IMcpClientC... | [
"MCPForUnity/Editor/Clients/IMcpClientConfigurator.cs",
"MCPForUnity/Editor/Clients/McpClientConfiguratorBase.cs",
"MCPForUnity/Editor/Windows/Components/ClientConfig/McpClientConfigSection.cs",
"MCPForUnity/Editor/Windows/Components/ClientConfig/McpClientConfigSection.uxml"
] | [
{
"comment": "_⚠️ Potential issue_ | _🔴 Critical_ | _⚡ Quick win_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\n# Verify hidden vs override Unregister implementations in configurators.\n\nset -euo pipefail\n\necho \"== Find base virtual Unregister ==\"\nrg ... | true | ||
CoplayDev/unity-mcp | 1,152 | comment_to_fix | fix(ui): default the per-client setup foldout to expanded so Unregister is visible | _⚠️ Potential issue_ | _🔴 Critical_ | _⚡ Quick win_
<details>
<summary>🧩 Analysis chain</summary>
🏁 Script executed:
```shell
#!/bin/bash
# Verify hidden vs override Unregister implementations in configurators.
set -euo pipefail
echo "== Find base virtual Unregister =="
rg -n -C2 'public\s+virtual\s+void\s+Unre... | 2e5a5f35fc555b6521d517510b18e4494051d02e | ad510eb89312dac0de65b426bc88928055896f71 | diff --git a/MCPForUnity/Editor/Clients/McpClientConfiguratorBase.cs b/MCPForUnity/Editor/Clients/McpClientConfiguratorBase.cs
index 5c3d81c7c..5ae07d7aa 100644
--- a/MCPForUnity/Editor/Clients/McpClientConfiguratorBase.cs
+++ b/MCPForUnity/Editor/Clients/McpClientConfiguratorBase.cs
@@ -45,6 +45,11 @@ protected McpCli... | [
"MCPForUnity/Editor/Clients/McpClientConfiguratorBase.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🔴 Critical_ | _⚡ Quick win_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\n# Verify hidden vs override Unregister implementations in configurators.\n\nset -euo pipefail\n\necho \"== Find base virtual Unregister ==\"\nrg ... | true | ||
CoplayDev/unity-mcp | 1,153 | issue_to_patch | chore: update Unity package to beta version 9.7.1-beta.2 | Automated beta version bump for the Unity package. | 2479c61a4a605b0ae85aeab7dc7d18ee97faa550 | f379446dda8be483b083773df678ff28df02b361 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index 41b78ca8a..a74e6e8ee 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.7.1-beta.1",
+ "version": "9.7.1-beta.2",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,151 | issue_to_patch | fix(clients): point Antigravity at ~/.gemini/config/ after the 2.x migration | Community report: "in .gemini there are two folders, antigravity and config; antigravity is not where mcp.json is supposed to be — there is another config folder where mcp.json should be placed."
Verified on a real machine. Antigravity 2.x migrates its MCP config out of the runtime-state folder and into a dedicated on... | da5de7ad3f95e76740deb6a625d41b073328d159 | 4036c3d30ae7a2d07a69caf453df4c2663b55f4c | diff --git a/MCPForUnity/Editor/Clients/Configurators/AntigravityConfigurator.cs b/MCPForUnity/Editor/Clients/Configurators/AntigravityConfigurator.cs
index 9a83620f6..83556bd10 100644
--- a/MCPForUnity/Editor/Clients/Configurators/AntigravityConfigurator.cs
+++ b/MCPForUnity/Editor/Clients/Configurators/AntigravityCon... | [
"MCPForUnity/Editor/Clients/Configurators/AntigravityConfigurator.cs",
"MCPForUnity/Editor/Clients/Configurators/AntigravityIdeConfigurator.cs",
"MCPForUnity/Editor/Clients/Configurators/AntigravityIdeConfigurator.cs.meta",
"README.md",
"docs/guides/MCP_CLIENT_CONFIGURATORS.md",
"docs/i18n/README-zh.md"
] | [] | true | ||
CoplayDev/unity-mcp | 1,149 | issue_to_patch | chore: sync main (v9.7.0) into beta | Automated sync of main back into beta after release v9.7.0, including beta version set to 9.7.1-beta.1. | 63a79799c24afdeff2f21c744da0f454ba2260f2 | d851cad7b47bd474072e450f76e1f403569269b6 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index fedd32454..41b78ca8a 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.6.9-beta.9",
+ "version": "9.7.1-beta.1",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json",
"Server/README.md",
"Server/pyproject.toml",
"manifest.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,148 | issue_to_patch | chore: bump version to 9.7.0 | Automated version bump to 9.7.0. | b92c05a25820cfc9f59ce4094eb46aaec8632ea2 | 4a84d3410c792fe6d6310ff3326a8e06195414fe | diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml
index 457dc736b..d5df5a337 100644
--- a/.github/workflows/beta-release.yml
+++ b/.github/workflows/beta-release.yml
@@ -13,9 +13,21 @@ on:
- "MCPForUnity/**"
jobs:
+ unity_tests:
+ name: Unity tests gate
+ if: github.a... | [
".github/workflows/beta-release.yml",
".github/workflows/python-tests.yml",
".github/workflows/release.yml",
".github/workflows/unity-tests.yml",
".gitignore",
"CLAUDE.md",
"MCPForUnity/Editor/Clients/Configurators/ClaudeDesktopConfigurator.cs",
"MCPForUnity/Editor/Clients/IMcpClientConfigurator.cs",
... | [] | diff --git a/Server/tests/integration/test_run_tests_async.py b/Server/tests/integration/test_run_tests_async.py
index 5c005a6ff..a8098ea6c 100644
--- a/Server/tests/integration/test_run_tests_async.py
+++ b/Server/tests/integration/test_run_tests_async.py
@@ -33,6 +33,66 @@ async def fake_send_with_unity_instance(send... | true | |
CoplayDev/unity-mcp | 1,147 | issue_to_patch | ci: stop firing unity-tests/python-tests twice on beta and main pushes | A push to `beta` (or `main`) that touches `MCPForUnity/**` or `Server/**` fires the test workflow through two paths at once:
```
push to beta ─┬─► unity-tests.yml (direct push trigger, branches: ["**"])
│
└─► beta-release.yml ──workflow_call──► unity-tests.yml
```
Both invocations end up ... | 5d8b7be2b219605f59d5fc35fff5e7145857b4a7 | 09daa42545301dabf692362bef1b00c67609b717 | diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index 134728bec..cc78c7649 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -2,7 +2,11 @@ name: Python Tests
on:
push:
- branches: ["**"]
+ # Exclude beta and main: those branches ... | [
".github/workflows/python-tests.yml",
".github/workflows/unity-tests.yml"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\n# Description: Verify that beta-release.yml and release.yml call python-tests.yml\n\necho \"=== Checking beta-release.yml ===\"\nif [ -f .github/wor... | true | ||
CoplayDev/unity-mcp | 1,145 | issue_to_patch | chore: update Unity package to beta version 9.6.9-beta.9 | Automated beta version bump for the Unity package. | c1df6c7c266f50d2b5dc70b22613a5edfec16f0c | 1e2514d1c65b014fa45d2b6bd426a86d44ceaa56 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index f4b211805..fedd32454 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.6.9-beta.8",
+ "version": "9.6.9-beta.9",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,142 | issue_to_patch | Frequent server log
When using Multi-agent systems or sub-agent systems, it might trigger the following messages:
<img width="2472" height="432" alt="Image" src="https://github.com/user-attachments/assets/7603e47b-9ee1-4e8e-80fc-21510ee7fa92" />
It can go on for 185+ messages if the sub-agent continues working. What... | feat+fix: one-click client connection + autotest bug-fix batch | Two pieces of work stacked together.
The bigger one is a client-configuration overhaul that turns the per-client setup into an actual one-click flow. We have been getting a lot of asks and issues around the connection, which is indeed worth looking at. Each configurator now declares whether its target is installed o... | 2999427130417ad6b687d684b040393ca1247707 | b70babfa98b4ae0f923aafb09a9e6b869f79cf02 | diff --git a/.gitignore b/.gitignore
index b43d9f212..6bebce056 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@
.codeiumignore
.kiro
+# Local worktrees for parallel feature work
+.worktrees/
+
# Code-copy related files
.clipignore
diff --git a/MCPForUnity/Editor/Clients/Configurators/ClaudeDesktopConfi... | [
".gitignore",
"MCPForUnity/Editor/Clients/Configurators/ClaudeDesktopConfigurator.cs",
"MCPForUnity/Editor/Clients/IMcpClientConfigurator.cs",
"MCPForUnity/Editor/Clients/McpClientConfiguratorBase.cs",
"MCPForUnity/Editor/Constants/EditorPrefKeys.cs",
"MCPForUnity/Editor/MCPForUnity.Editor.asmdef",
"MCP... | [
{
"comment": "CoerceTransportFor treats only ConfiguredTransport.Http as an HTTP-based choice. If SupportedTransports contains HttpRemote (which is a valid enum value), this will incorrectly flip UseHttpTransport to false and configure stdio. Consider mapping both Http and HttpRemote to UseHttpTransport=true (o... | diff --git a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Clients.meta b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Clients.meta
new file mode 100644
index 000000000..3421dd49a
--- /dev/null
+++ b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Clients.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 57176d... | true |
CoplayDev/unity-mcp | 1,142 | comment_to_fix | feat+fix: one-click client connection + autotest bug-fix batch | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Honor configurator-preferred transport during fallback coercion.**
Line 101 chooses `supported[0]`, which is order-dependent and can ignore the configurator’s intended fallback transport when multiple transports are supported. Use the configurator’s declared preferr... | 2999427130417ad6b687d684b040393ca1247707 | b70babfa98b4ae0f923aafb09a9e6b869f79cf02 | diff --git a/MCPForUnity/Editor/Services/ClientConfigurationService.cs b/MCPForUnity/Editor/Services/ClientConfigurationService.cs
index 65f0e1d33..d3eb86693 100644
--- a/MCPForUnity/Editor/Services/ClientConfigurationService.cs
+++ b/MCPForUnity/Editor/Services/ClientConfigurationService.cs
@@ -30,7 +30,7 @@ public vo... | [
"MCPForUnity/Editor/Services/ClientConfigurationService.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Honor configurator-preferred transport during fallback coercion.**\n\nLine 101 chooses `supported[0]`, which is order-dependent and can ignore the configurator’s intended fallback transport when multiple transports are supported. Use the confi... | true | ||
CoplayDev/unity-mcp | 1,142 | comment_to_fix | feat+fix: one-click client connection + autotest bug-fix batch | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Avoid skipping rewrite based on potentially stale in-memory status.**
Line 41 skips on `c.Status == McpStatus.NotConfigured` before status is refreshed from disk. On a fresh editor load, this can skip legitimately configured clients and prevent auto-rewrite from run... | 2999427130417ad6b687d684b040393ca1247707 | b70babfa98b4ae0f923aafb09a9e6b869f79cf02 | diff --git a/MCPForUnity/Editor/Services/StartupConfigRewrite.cs b/MCPForUnity/Editor/Services/StartupConfigRewrite.cs
new file mode 100644
index 000000000..2df69f3a3
--- /dev/null
+++ b/MCPForUnity/Editor/Services/StartupConfigRewrite.cs
@@ -0,0 +1,96 @@
+using System;
+using System.Reflection;
+using MCPForUnity.Edit... | [
"MCPForUnity/Editor/Services/StartupConfigRewrite.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Avoid skipping rewrite based on potentially stale in-memory status.**\n\nLine 41 skips on `c.Status == McpStatus.NotConfigured` before status is refreshed from disk. On a fresh editor load, this can skip legitimately configured clients and pre... | true | ||
CoplayDev/unity-mcp | 1,142 | comment_to_fix | feat+fix: one-click client connection + autotest bug-fix batch | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
**Handle empty selection before completing setup.**
If all toggles are unchecked, clicking **Configure Selected** still marks setup as completed and closes the window. Prompt the user and return early instead.
<details>
<summary>Proposed fix</summary>
```diff
... | 2999427130417ad6b687d684b040393ca1247707 | b70babfa98b4ae0f923aafb09a9e6b869f79cf02 | diff --git a/MCPForUnity/Editor/Windows/MCPSetupWindow.cs b/MCPForUnity/Editor/Windows/MCPSetupWindow.cs
index 628a813d6..502085640 100644
--- a/MCPForUnity/Editor/Windows/MCPSetupWindow.cs
+++ b/MCPForUnity/Editor/Windows/MCPSetupWindow.cs
@@ -1,7 +1,10 @@
using System;
+using System.Collections.Generic;
+using MCPFo... | [
"MCPForUnity/Editor/Windows/MCPSetupWindow.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Handle empty selection before completing setup.**\n\nIf all toggles are unchecked, clicking **Configure Selected** still marks setup as completed and closes the window. Prompt the user and return early instead.\n\n \n\n<details>\n<summary>Prop... | true | ||
CoplayDev/unity-mcp | 1,142 | comment_to_fix | feat+fix: one-click client connection + autotest bug-fix batch | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
**Resolve README transport contradiction for Claude Desktop.**
This section correctly says Claude Desktop is stdio-only, but the manual config section later still says HTTP works with Claude Desktop, which is conflicting guidance. Please align those statements so user... | 2999427130417ad6b687d684b040393ca1247707 | b70babfa98b4ae0f923aafb09a9e6b869f79cf02 | diff --git a/README.md b/README.md
index 8327d7656..2a27a18fa 100644
--- a/README.md
+++ b/README.md
@@ -77,11 +77,19 @@ openupm add com.coplaydev.unity-mcp
### 2. Start the Server & Connect
-1. In Unity: `Window > MCP for Unity`
-2. Click **Start Server** (launches HTTP server on `localhost:8080`)
-3. Select your... | [
"README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Resolve README transport contradiction for Claude Desktop.**\n\nThis section correctly says Claude Desktop is stdio-only, but the manual config section later still says HTTP works with Claude Desktop, which is conflicting guidance. Please alig... | true | ||
CoplayDev/unity-mcp | 1,142 | comment_to_fix | feat+fix: one-click client connection + autotest bug-fix batch | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
**Public visibility is not actually being validated**
`Assert.IsNotNull(t)` only proves the type can be resolved, not that it is public. Add an explicit visibility assertion so this test matches its stated contract.
<details>
<summary>Suggested patch</summary>
```di... | 2999427130417ad6b687d684b040393ca1247707 | b70babfa98b4ae0f923aafb09a9e6b869f79cf02 | diff --git a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/StartupConfigRewriteTests.cs b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/StartupConfigRewriteTests.cs
new file mode 100644
index 000000000..eff93be53
--- /dev/null
+++ b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/Start... | [
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/StartupConfigRewriteTests.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Public visibility is not actually being validated**\n\n`Assert.IsNotNull(t)` only proves the type can be resolved, not that it is public. Add an explicit visibility assertion so this test matches its stated contract.\n\n<details>\n<summary>Sug... | true | ||
CoplayDev/unity-mcp | 1,143 | issue_to_patch | ci: fire unity-tests on every PR (mirrors python-tests pattern) | ## Summary
Closes the asymmetry between `python-tests.yml` (auto-fires on every PR via `pull_request`) and `unity-tests.yml` (only fires on labeled `pull_request_target`, or on `push` events).
Today on a fresh PR you see:
- `Python Tests / ...` → ran, status check appears
- `Unity Tests` → **no status check at all**... | 2999427130417ad6b687d684b040393ca1247707 | a30e596d8a93e464ed7b05c397c1e44c0e10b435 | diff --git a/.github/workflows/unity-tests.yml b/.github/workflows/unity-tests.yml
index 9f9a84c04..72e3ddd54 100644
--- a/.github/workflows/unity-tests.yml
+++ b/.github/workflows/unity-tests.yml
@@ -16,6 +16,19 @@ on:
- MCPForUnity/Editor/**
- MCPForUnity/Runtime/**
- .github/workflows/unity-test... | [
".github/workflows/unity-tests.yml",
"docs/development/README-DEV.md"
] | [
{
"comment": "The doc says \"Every PR gets a unity-tests status check on open\", but the workflow is still gated by `paths` filters. PRs that don’t touch `TestProjects/UnityMCPTests/**`, `MCPForUnity/**`, or the workflow file won’t trigger Unity Tests, so no status check will appear. Consider qualifying this se... | true | ||
CoplayDev/unity-mcp | 1,140 | issue_to_patch | ci: surface failing test details + fix Unity 6.4 USS log assertion | ## Summary
Two related changes bundled — the workflow improvement made the test failure on Unity 6000.4 easy to diagnose, and the test fix addresses the failure that motivated it.
### 1. Workflow: surface failing-test details inline
Follow-up to #1139. Previously the **Check test results** step only echoed NUnit sum... | c121a71864a9eb52558578f35b2521b93b06c82f | 68d80cef840c64488574da8d2aef16f960124cad | diff --git a/.github/workflows/unity-tests.yml b/.github/workflows/unity-tests.yml
index 411f12684..589dc649d 100644
--- a/.github/workflows/unity-tests.yml
+++ b/.github/workflows/unity-tests.yml
@@ -179,22 +179,58 @@ jobs:
- name: Check test results
if: steps.detect.outputs.unity_ok == 'true'
+ ... | [
".github/workflows/unity-tests.yml",
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/ManageUITests.cs"
] | [
{
"comment": "With `set -euo pipefail`, the `find ... | head -1` command substitution will cause the step to exit immediately if `$ARTIFACTS_PATH` is missing/nonexistent (e.g., if the runner action fails before creating the artifacts directory), skipping the intended `RESULTS_XML` empty check and its clearer er... | diff --git a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/ManageUITests.cs b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/ManageUITests.cs
index 14166c7af..0f75f252c 100644
--- a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools/ManageUITests.cs
+++ b/TestProjects/UnityMCPTests/Assets/Tests/Edi... | true | |
CoplayDev/unity-mcp | 1,141 | issue_to_patch | ci: rename 'run-wide-matrix' label to 'full-matrix' | ## Summary
Shorter, less verb-y. Same semantics — applying the label opts the PR into the 4-version matrix on the next `pull_request_target` event, on top of `safe-to-test` for fork PRs and standalone for in-repo PRs.
The `run-wide-matrix` label was introduced in #1139 (merged hours ago, no PR has used it yet), so th... | c121a71864a9eb52558578f35b2521b93b06c82f | 392c7899b1838a80ac71d16c5ea146ea43c92e0a | diff --git a/.github/workflows/unity-tests.yml b/.github/workflows/unity-tests.yml
index 411f12684..cfcddcdbf 100644
--- a/.github/workflows/unity-tests.yml
+++ b/.github/workflows/unity-tests.yml
@@ -38,19 +38,19 @@ jobs:
# Gate (mirrored by testAllModes below):
# - Always run for non-PR triggers (push / w... | [
".github/workflows/unity-tests.yml",
"docs/development/README-DEV.md"
] | [] | true | ||
CoplayDev/unity-mcp | 1,139 | issue_to_patch | ci: expand unity-tests matrix to catch version-specific compile errors (2022.3, 6000.x)
## Problem
The `unity-tests.yml` workflow currently runs only on Unity `2021.3.45f2`. Compile errors that are version-specific (e.g. anything that diverges between 2021.3 / 2022.3 / 6000.x APIs) slip through CI and only surface wh... | ci: tier Unity test matrix + local parity check (#1107) | ## Summary
Closes #1107.
- CI's `unity-tests.yml` runs the wide matrix (2021.3.45f2, 2022.3.62f1, 6000.0.75f1, 6000.4.8f1) only on push-to-beta / workflow_call (from `beta-release.yml` and `release.yml`) / `workflow_dispatch`. PRs and feature-branch pushes still run only the floor 2021.3.45f2 leg, so PR feedback time... | 4c29526a67656dd9d0180c4b723673be285987b0 | cf1b4a09bc3f2faa55645942f35386ea9b926298 | diff --git a/.github/workflows/unity-tests.yml b/.github/workflows/unity-tests.yml
index e4fbed4f3..411f12684 100644
--- a/.github/workflows/unity-tests.yml
+++ b/.github/workflows/unity-tests.yml
@@ -30,15 +30,78 @@ on:
- .github/workflows/unity-tests.yml
jobs:
+ matrix:
+ name: Compute Unity version mat... | [
".github/workflows/unity-tests.yml",
".gitignore",
"CLAUDE.md",
"docs/development/README-DEV.md",
"tools/check-unity-versions.ps1",
"tools/check-unity-versions.sh",
"tools/hooks/pre-push",
"tools/install-hooks.sh",
"tools/unity-versions.json"
] | [
{
"comment": "In `--full` mode the Unity CLI args omit `-quit`. In batchmode, `-runTests` often needs `-quit` to guarantee the editor exits when the run finishes; without it this script can hang indefinitely on a version, making the local parity check unreliable. Add `-quit` to the full-mode args (local runner)... | true | |
CoplayDev/unity-mcp | 1,139 | comment_to_fix | ci: tier Unity test matrix + local parity check (#1107) | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
**Consider using environment variables to avoid template expansion in shell context.**
Static analysis correctly flags potential template injection on lines 56, 58, and 61. While `github.event_name` and `github.ref` are generally safe, defense-in-depth practices recom... | 4c29526a67656dd9d0180c4b723673be285987b0 | cf1b4a09bc3f2faa55645942f35386ea9b926298 | diff --git a/.github/workflows/unity-tests.yml b/.github/workflows/unity-tests.yml
index e4fbed4f3..411f12684 100644
--- a/.github/workflows/unity-tests.yml
+++ b/.github/workflows/unity-tests.yml
@@ -30,15 +30,78 @@ on:
- .github/workflows/unity-tests.yml
jobs:
+ matrix:
+ name: Compute Unity version mat... | [
".github/workflows/unity-tests.yml"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Consider using environment variables to avoid template expansion in shell context.**\n\nStatic analysis correctly flags potential template injection on lines 56, 58, and 61. While `github.event_name` and `github.ref` are generally safe, defens... | true | ||
CoplayDev/unity-mcp | 1,139 | comment_to_fix | ci: tier Unity test matrix + local parity check (#1107) | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
<details>
<summary>🧩 Analysis chain</summary>
🏁 Script executed:
```shell
#!/bin/bash
python - <<'PY'
from pathlib import Path
p = Path("tools/check-unity-versions.ps1")
b = p.read_bytes()
print("has_utf8_bom:", b.startswith(b"\xef\xbb\xbf"))
print("non_ascii_bytes... | 4c29526a67656dd9d0180c4b723673be285987b0 | cf1b4a09bc3f2faa55645942f35386ea9b926298 | diff --git a/tools/check-unity-versions.ps1 b/tools/check-unity-versions.ps1
new file mode 100644
index 000000000..c99f10967
--- /dev/null
+++ b/tools/check-unity-versions.ps1
@@ -0,0 +1,239 @@
+#requires -Version 5
+<#
+.SYNOPSIS
+ Local parity check for the CI Unity-version matrix (Windows companion to check-unity-v... | [
"tools/check-unity-versions.ps1"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\npython - <<'PY'\nfrom pathlib import Path\np = Path(\"tools/check-unity-versions.ps1\")\nb = p.read_bytes()\nprint(\"has_utf8_bom:\", b.startswith(b... | true | ||
CoplayDev/unity-mcp | 1,139 | comment_to_fix | ci: tier Unity test matrix + local parity check (#1107) | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
<details>
<summary>🧩 Analysis chain</summary>
🏁 Script executed:
```shell
#!/bin/bash
# Read-only verification: inspect value-taking argument branches.
rg -n -A3 -B1 -- '--only\)|--docker-image-tag\)' tools/check-unity-versions.sh
# Expected after fix: each branch ... | 4c29526a67656dd9d0180c4b723673be285987b0 | cf1b4a09bc3f2faa55645942f35386ea9b926298 | diff --git a/tools/check-unity-versions.sh b/tools/check-unity-versions.sh
new file mode 100755
index 000000000..69fefb506
--- /dev/null
+++ b/tools/check-unity-versions.sh
@@ -0,0 +1,285 @@
+#!/usr/bin/env bash
+# Local parity check for the CI Unity-version matrix.
+#
+# Usage:
+# tools/check-unity-versions.sh ... | [
"tools/check-unity-versions.sh"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\n# Read-only verification: inspect value-taking argument branches.\nrg -n -A3 -B1 -- '--only\\)|--docker-image-tag\\)' tools/check-unity-versions.sh\... | true | ||
CoplayDev/unity-mcp | 1,139 | comment_to_fix | ci: tier Unity test matrix + local parity check (#1107) | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
**Handle edge case: fallback fails on initial commit or shallow clone.**
When computing the base reference for new branches, the fallback `"$local_sha~1"` will fail on initial commits or shallow clones where the commit has no parent. This causes `git diff` on Line 32 ... | 4c29526a67656dd9d0180c4b723673be285987b0 | cf1b4a09bc3f2faa55645942f35386ea9b926298 | diff --git a/tools/hooks/pre-push b/tools/hooks/pre-push
new file mode 100755
index 000000000..1c6bb1c9a
--- /dev/null
+++ b/tools/hooks/pre-push
@@ -0,0 +1,50 @@
+#!/usr/bin/env bash
+# Pre-push hook: runs the local Unity-version parity check in compile-only mode.
+# Installed by tools/install-hooks.sh; opt-in (devs w... | [
"tools/hooks/pre-push"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Handle edge case: fallback fails on initial commit or shallow clone.**\n\nWhen computing the base reference for new branches, the fallback `\"$local_sha~1\"` will fail on initial commits or shallow clones where the commit has no parent. This c... | true | ||
CoplayDev/unity-mcp | 1,021 | issue_to_patch | feat: Add configurable init_timeout for PlayMode test initialization | ## Description
PlayMode tests require entering play mode which triggers a domain reload. On large Unity projects this can take >15s, causing the hardcoded 15s init timeout to
auto-fail the test job before tests actually start. This PR adds a configurable `init_timeout` parameter to `run_tests` so callers can sp... | 2a6be79e5833eed688d597d82bcc1d6bae874134 | 233e88e8acce47058cec18fb7716fcfeaa4d27c5 | diff --git a/MCPForUnity/Editor/Services/TestJobManager.cs b/MCPForUnity/Editor/Services/TestJobManager.cs
index b7bb32fc3..d162476e8 100644
--- a/MCPForUnity/Editor/Services/TestJobManager.cs
+++ b/MCPForUnity/Editor/Services/TestJobManager.cs
@@ -40,6 +40,7 @@ internal sealed class TestJob
public List<TestJo... | [
"MCPForUnity/Editor/Services/TestJobManager.cs",
"MCPForUnity/Editor/Tools/RunTests.cs",
"Server/src/services/tools/run_tests.py",
"Server/tests/integration/test_run_tests_async.py",
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/TestJobManagerInitTimeoutTests.cs",
"TestProjects/UnityMCPTests/... | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_\n\n**Restore the shared SessionState after these tests.**\n\n`InitTimeoutMs_SurvivesPersistAndRestore` writes a synthetic job into the editor's SessionState, but `TearDown` only removes the in-memory entries. That can resurrect fake jobs on a later reload or overw... | diff --git a/Server/tests/integration/test_run_tests_async.py b/Server/tests/integration/test_run_tests_async.py
index 5c005a6ff..a8098ea6c 100644
--- a/Server/tests/integration/test_run_tests_async.py
+++ b/Server/tests/integration/test_run_tests_async.py
@@ -33,6 +33,66 @@ async def fake_send_with_unity_instance(send... | true | |
CoplayDev/unity-mcp | 1,021 | comment_to_fix | feat: Add configurable init_timeout for PlayMode test initialization | _⚠️ Potential issue_ | _🟠 Major_
**Restore the shared SessionState after these tests.**
`InitTimeoutMs_SurvivesPersistAndRestore` writes a synthetic job into the editor's SessionState, but `TearDown` only removes the in-memory entries. That can resurrect fake jobs on a later reload or overwrite real editor state for... | 2a6be79e5833eed688d597d82bcc1d6bae874134 | 233e88e8acce47058cec18fb7716fcfeaa4d27c5 | diff --git a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/TestJobManagerInitTimeoutTests.cs b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/TestJobManagerInitTimeoutTests.cs
new file mode 100644
index 000000000..0e7bb8fcc
--- /dev/null
+++ b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Serv... | [
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/TestJobManagerInitTimeoutTests.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_\n\n**Restore the shared SessionState after these tests.**\n\n`InitTimeoutMs_SurvivesPersistAndRestore` writes a synthetic job into the editor's SessionState, but `TearDown` only removes the in-memory entries. That can resurrect fake jobs on a later reload or overw... | true | ||
CoplayDev/unity-mcp | 1,021 | comment_to_fix | feat: Add configurable init_timeout for PlayMode test initialization | _⚠️ Potential issue_ | _🟡 Minor_
**Skip timeout assertions while the editor is compiling or updating.**
`GetJob` intentionally suppresses the auto-fail path in those states, so this suite can still flake unless it assumes an idle editor first.
<details>
<summary>🧪 Suggested guard</summary>
```diff
[SetUp]
... | 2a6be79e5833eed688d597d82bcc1d6bae874134 | 233e88e8acce47058cec18fb7716fcfeaa4d27c5 | diff --git a/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/TestJobManagerInitTimeoutTests.cs b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/TestJobManagerInitTimeoutTests.cs
new file mode 100644
index 000000000..0e7bb8fcc
--- /dev/null
+++ b/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Serv... | [
"TestProjects/UnityMCPTests/Assets/Tests/EditMode/Services/TestJobManagerInitTimeoutTests.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Skip timeout assertions while the editor is compiling or updating.**\n\n`GetJob` intentionally suppresses the auto-fail path in those states, so this suite can still flake unless it assumes an idle editor first.\n\n<details>\n<summary>🧪 Suggested guard</summ... | true | ||
CoplayDev/unity-mcp | 1,061 | issue_to_patch | chore: update Unity package to beta version 9.6.7-beta.4 | Automated beta version bump for the Unity package. | eb024d8c3515a0731860d2b9747889d25163919a | c903a3c7da27d4556d0e5daa91ae04625e6ff617 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index 64de84af7..5b919bb23 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.6.7-beta.3",
+ "version": "9.6.7-beta.4",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,133 | issue_to_patch | chore: update Unity package to beta version 9.6.9-beta.8 | Automated beta version bump for the Unity package. | 0bb44782b5c5ed6b286ea0fafadfd54cc9ce030f | c53c296513803e1e101187d9a8fec085585d7ae1 | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index bc01b39d8..f4b211805 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.6.9-beta.7",
+ "version": "9.6.9-beta.8",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,111 | issue_to_patch | fix: enable project-scoped custom tools in stdio mode | ## Description
This PR enables project-scoped custom tools ([McpForUnityTool]) to work when using the stdio transport, not just HTTP Local. Previously, stdio mode had no way to discover or register project-specific custom tools.
## Type of Change
Bug fix (non-breaking change that fixes an issue)
## Changes Made... | a2a5edf8d8e3f715881c0db4589c18feff7c379f | f5de4ed646d8596c3ac3628b1ce29788b9be7151 | diff --git a/MCPForUnity/Editor/Services/ToolDiscoveryService.cs b/MCPForUnity/Editor/Services/ToolDiscoveryService.cs
index 6a13a5355..e2ff51254 100644
--- a/MCPForUnity/Editor/Services/ToolDiscoveryService.cs
+++ b/MCPForUnity/Editor/Services/ToolDiscoveryService.cs
@@ -23,8 +23,30 @@ public List<ToolMetadata> Discov... | [
"MCPForUnity/Editor/Services/ToolDiscoveryService.cs",
"MCPForUnity/Editor/Services/Transport/Transports/StdioBridgeHost.cs",
"MCPForUnity/Editor/Windows/Components/Tools/McpToolsSection.cs",
"Server/src/main.py",
"Server/src/models/models.py",
"Server/src/services/custom_tool_service.py",
"Server/src/t... | [] | true | ||
CoplayDev/unity-mcp | 1,131 | issue_to_patch | Readme-cleanup | Readme update. Working on new name for repo to further distribution/impact
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Documentation**
* Updated project branding references throughout documentation.
* Refreshed featured AI tools section with revised off... | a2a5edf8d8e3f715881c0db4589c18feff7c379f | 3118c4f883b7a4af4beebce70480f93927698c40 | diff --git a/README.md b/README.md
index 5a47a6f87..8327d7656 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,12 @@
| [English](README.md) | [简体中文](docs/i18n/README-zh.md) |
|----------------------|---------------------------------|
-#### Proudly sponsored and maintained by [Coplay](https://www.coplay.dev/?ref=u... | [
"README.md",
"docs/i18n/README-zh.md"
] | [
{
"comment": "The Website badge link still points to https://www.coplay.dev/?ref=unity-mcp, which is inconsistent with the updated sponsor/maintainer link pointing to Aura (tryaura.dev). This is likely to confuse readers; consider updating the Website badge to the Aura site (or adding a separate Aura badge if y... | true | ||
CoplayDev/unity-mcp | 1,109 | issue_to_patch | chore: update Unity package to beta version 9.6.9-beta.7 | Automated beta version bump for the Unity package. | ae3498c6a42589c4fc3c1a5706d0e148c74a8bad | 680ba458b50f2f4d8a6c45e877f760759084e14d | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index 771ac69e1..bc01b39d8 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.6.9-beta.6",
+ "version": "9.6.9-beta.7",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,108 | issue_to_patch | ci(unity-tests): include MCPForUnity/Runtime/** in trigger paths | ## Summary
Both the `push:` and `pull_request_target:` triggers in `unity-tests.yml` listed `MCPForUnity/Editor/**` in their `paths:` filters but not `MCPForUnity/Runtime/**`. Result: a PR (or branch push) that modified only files under `MCPForUnity/Runtime/**` would silently fail to trigger Unity tests — including th... | 56ee0b0c3a7f7bc2f536380ede4f9ad86b895541 | ec343b86c0eb8bc016af6f1ada598fde1d455286 | diff --git a/.github/workflows/unity-tests.yml b/.github/workflows/unity-tests.yml
index 6f26bfff6..e4fbed4f3 100644
--- a/.github/workflows/unity-tests.yml
+++ b/.github/workflows/unity-tests.yml
@@ -14,6 +14,7 @@ on:
paths:
- TestProjects/UnityMCPTests/**
- MCPForUnity/Editor/**
+ - MCPForUnit... | [
".github/workflows/unity-tests.yml"
] | [] | true | ||
CoplayDev/unity-mcp | 1,106 | issue_to_patch | fix: close 2022.3 compile gap in UnityFindObjectsCompat.FindAll | ## Summary
Fixes the compile error reported in #1105 on Unity 2022.3.62f2 (and any other 2022.3.x Unity in the gap).
`MCPForUnity/Runtime/Helpers/UnityFindObjectsCompat.cs` had inconsistent version guards across its three overloads. The `FindAll(Type type, bool includeInactive)` overload guarded its modern-API branch... | 56ee0b0c3a7f7bc2f536380ede4f9ad86b895541 | b429e857c8d15038cc9b8b472000bf7ae037a35c | diff --git a/MCPForUnity/Runtime/Helpers/UnityFindObjectsCompat.cs b/MCPForUnity/Runtime/Helpers/UnityFindObjectsCompat.cs
index 56254b785..70253c2c9 100644
--- a/MCPForUnity/Runtime/Helpers/UnityFindObjectsCompat.cs
+++ b/MCPForUnity/Runtime/Helpers/UnityFindObjectsCompat.cs
@@ -58,7 +58,7 @@ public static UObject[] F... | [
"MCPForUnity/Runtime/Helpers/UnityFindObjectsCompat.cs"
] | [] | true | ||
CoplayDev/unity-mcp | 1,103 | issue_to_patch | Unity 2022.3 compile errors on beta 9.6.9-beta.5 / commit 37ef016
### Summary
Installing `com.coplaydev.unity-mcp` from the moving `#beta` branch currently resolves to commit `37ef0160663d7cee0fe60e1321075e51f9a19e52` / package version `9.6.9-beta.5`.
In Unity `2022.3.4f1`, that package fails to compile before the M... | fix: unblock beta compile and gate releases on test success | ## Summary
Two related changes responding to the broken 9.6.9-beta.5 publish (issue #1100):
- **fix:** align `CaptureComposited` with the renamed `Project*`-folder API. PR #1040 added `CaptureComposited` referencing the old `CaptureFromCameraToAssetsFolder` / `AssetsRelativePath` names and called `PrepareCaptureResul... | 37ef0160663d7cee0fe60e1321075e51f9a19e52 | 7feaef422f8255e389953b8913d81f8f698e132f | diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml
index 457dc736b..d5df5a337 100644
--- a/.github/workflows/beta-release.yml
+++ b/.github/workflows/beta-release.yml
@@ -13,9 +13,21 @@ on:
- "MCPForUnity/**"
jobs:
+ unity_tests:
+ name: Unity tests gate
+ if: github.a... | [
".github/workflows/beta-release.yml",
".github/workflows/python-tests.yml",
".github/workflows/release.yml",
".github/workflows/unity-tests.yml",
"MCPForUnity/Editor/Tools/ManageScene.cs",
"MCPForUnity/Runtime/Helpers/ScreenshotUtility.cs"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**UNITY credentials are exposed to untrusted fork code — use a dedicated CI-only serial and document the threat model**\n\nThe checkout at line 54 resolves to `github.event.pull_request.head.sha` for `pull_request_target` events, placing fork-co... | true | |
CoplayDev/unity-mcp | 1,104 | issue_to_patch | chore: update Unity package to beta version 9.6.9-beta.6 | Automated beta version bump for the Unity package. | c29821696db21eb35e91c4d9468361a4caf324c9 | ea663605179eec073db34ee10ec65046932385bd | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index 343e7dad9..771ac69e1 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.6.9-beta.5",
+ "version": "9.6.9-beta.6",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true | ||
CoplayDev/unity-mcp | 1,099 | issue_to_patch | chore: update Unity package to beta version 9.6.9-beta.5 | Automated beta version bump for the Unity package. | 5a2a59f6ba1b70154e57313a7eb14543db8d35d9 | 0d51069525730887d7feb2bac4d0b1c456b6b64b | diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json
index ca35658a9..343e7dad9 100644
--- a/MCPForUnity/package.json
+++ b/MCPForUnity/package.json
@@ -1,6 +1,6 @@
{
"name": "com.coplaydev.unity-mcp",
- "version": "9.6.9-beta.4",
+ "version": "9.6.9-beta.5",
"displayName": "MCP for Unity",
"des... | [
"MCPForUnity/package.json"
] | [] | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.