Other formats agents might prefer:
markdownjsonllms.txt

Agent? You probably want markdown or json, or Pod over MCP.

Reported issues for EasyEDA Copilot

Pod holds 7 of 7 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to EasyEDA Copilot.

Most discussed

MCP whole-sheet assembly freezes EasyEDA and triggers 5-second heartbeat disconnects

Environment

  • EasyEDA Pro: 3.2.149.88089769
  • Electron: 41.2.1
  • EasyEDA Copilot extension: 1.1.4
  • easyeda-copilot-mcp: 1.0.6
  • OS: Windows 10/11 x64
  • Project type: online EasyEDA Pro project

Problem

extract_circuit_on_current_page can temporarily freeze EasyEDA Pro and disconnect the MCP bridge when modifying an already populated schematic.

This happens even for a very small logical change, such as assigning net names to three previously unconnected IC pins

Read the thread · 2026-07-18 · closed · external user · 4 comments

Backend circuit.tech.ru.net unreachable — all 5 cloud-backed MCP tools fail with fetch failed (MCP effectively read-only)

Summary

Since roughly 2026-07-25, every MCP tool that proxies through the backend at https://circuit.tech.ru.net fails with a bare fetch failed. The host resolves and answers at the IP level, but nothing is listening on 443, so this looks like a backend-side outage rather than a client bug.

I did a fairly thorough elimination pass locally before filing — details below in case they save you time, or in case I've missed something on my end.

Impact

fetch failed is returned by ex

Read the thread · 2026-07-25 · closed · external user · 2 comments

Backend

The extension sends LLM Provider API key to an unknown backend @ https://circuit.tech.ru.net

This is a security issue.

Read the thread · 2026-05-03 · closed · external user · 1 comment

feat(projects): add create_project and open_project MCP tools

Summary

Add two MCP tools for basic EasyEDA project management:

  • create_project creates a new personal project and returns its UUID;
  • open_project opens a project by UUID.

Keep the public input schemas intentionally small. The agent does not have a reliable API for discovering teams, folders, or workspaces, so create_project must expose only the two project name arguments supported by EasyEDA.

list_projects is not part of this issue because the corresponding EasyEDA API is curre

Read the thread · 2026-07-22 · closed · 0 comments

feat(auto-route): add ignore_pour_layers option for automatic GND pours

Summary

Add an ignore_pour_layers input option to the auto_route MCP tool. The option must exclude selected copper layers from the automatic full-board GND pours created after autoroute import.

This option affects only the generated GND pours. It must not change the layers available to the autorouter and must not disable GND stitching vias.

Motivation

auto_route currently creates or rebuilds a full-board GND pour on every copper layer when pour_gnd is enabled. Some boards need

Read the thread · 2026-07-22 · closed · 0 comments

docs(i18n): add Russian README

Goal

Add a Russian translation of the main README.

Scope

Create README.ru.md and update the language selector:

English | 简体中文 | Русский

Translate:

  • overview and features;
  • installation;
  • MCP setup;
  • PCB workflow;
  • compatibility and documentation links.

Translation rules

  • Do not translate commands, file names and MCP tool names.
  • Preserve the current Markdown structure.
  • Keep screenshots and links working.
  • Prefer standard Russian electronics terminology.

Acceptanc

Read the thread · 2026-07-22 · closed · 0 comments

docs(i18n): add Simplified Chinese translation of the MCP quick start

Goal

Make the MCP installation workflow easier for EasyEDA/JLCEDA users.

Scope

Create mcp/README.zh-CN.md based on mcp/README.md.

Translate:

  • requirements;
  • extension and MCP connection order;
  • PCB workflow;
  • Codex configuration;
  • Claude Code configuration;
  • generic MCP configuration;
  • running from source.

Add language links to:

  • mcp/README.md;
  • mcp/README.zh-CN.md;
  • main README.zh-CN.md.

Translation rules

Do not translate:

  • package names;
  • CLI commands;

Read the thread · 2026-07-22 · closed · 0 comments

Most recent

The remaining reports are on the project's issue tracker.