Go to file
LouisLv 94433253d7
fix: mcp stdio should run in workspace & support mcp tool enable/disable (#4605)
* fix: mcp stdio should run in workspace

* feat: implement mcp tool enable/disable

* fix: test
2025-07-21 14:00:20 +08:00
.github feat: enhance file search service to handle absolute paths and update… (#4334) 2025-02-05 14:36:06 +08:00
.husky chore: remove unused file (#434) 2022-02-15 09:41:13 +08:00
.vscode fix: debugConsole context menus excute (#2394) 2023-03-13 12:02:39 +08:00
.yarn/releases chore(dep): enforce consistent dependencies across project (#3973) 2024-08-27 19:03:28 +08:00
configs feat: support code reference and reference bar (#4519) 2025-04-27 14:04:40 +08:00
packages fix: mcp stdio should run in workspace & support mcp tool enable/disable (#4605) 2025-07-21 14:00:20 +08:00
scripts refactor: upgrade markdown renderer from 4.x to 15.x (#4548) 2025-05-14 16:37:31 +08:00
tools refactor: optimize layout tabbar implementation & support drag & drop for all tabbar containers (#4571) 2025-05-30 12:03:50 +08:00
typings style: improve design style (#3466) 2024-03-28 21:04:31 +08:00
.editorconfig
.eslintignore refactor: organize dependencies (#3977) 2024-08-30 14:01:40 +08:00
.eslintrc.js refactor: organize dependencies (#3977) 2024-08-30 14:01:40 +08:00
.gitignore feat: support MCP server and client (#4335) 2025-02-18 16:59:01 +08:00
.prettierignore feat: support monaco editor worker (#3703) 2024-05-22 15:52:05 +08:00
.prettierrc chore: make pre-commit great again (#115) 2021-12-14 19:41:44 +08:00
.yarnrc.yml chore(dep): enforce consistent dependencies across project (#3973) 2024-08-27 19:03:28 +08:00
CHANGELOG.md chore: update v3.9.0 CHANGELOG 2025-05-20 17:02:09 +08:00
CONTRIBUTING-zh_CN.md docs: update CONTRIBUTING.md (#840) 2022-04-15 14:13:32 +08:00
CONTRIBUTING.md docs: update CONTRIBUTING.md (#840) 2022-04-15 14:13:32 +08:00
LICENSE chore: upgrade license (#250) 2021-12-29 20:38:30 +08:00
NOTICE.md refactor: replace quickopen label render function from parseLabel to transformLabelWithCodicon (#2498) 2023-03-30 10:14:45 +08:00
README-zh_CN.md chore: add MCP badge (#4497) 2025-03-25 15:52:53 +08:00
README.md chore: add MCP badge (#4497) 2025-03-25 15:52:53 +08:00
codecov.yml ci: fix version publish scripts (#1266) 2022-07-05 14:50:06 +08:00
commitlint.config.js chore: rewrite some logs message and add not-chinese-message commit rule (#2542) 2023-04-06 10:38:30 +08:00
jest.config.js feat: support copy relative path from link files (#4367) 2025-02-17 14:08:54 +08:00
jest.setup.base.js refactor: update node ws channel code (#3241) 2024-01-16 10:59:06 +08:00
jest.setup.jsdom.js feat: support edit_file tool (#4385) 2025-02-20 22:15:15 +08:00
jest.setup.node.js fix: add intersection observer for resize detection (#3819) 2024-07-03 15:25:39 +08:00
lerna.json v3.9.0 2025-05-20 08:57:13 +00:00
nixpacks.toml fix: use node18 in nixpacks (#3699) 2024-05-21 11:04:14 +08:00
package.json feat: support new chat mention input for MCP model (#4466) 2025-03-14 10:47:22 +08:00
railway.toml fix: use node18 in nixpacks (#3699) 2024-05-21 11:04:14 +08:00
tsconfig.json style: use eslint and prettier (#138) 2021-12-17 12:52:32 +08:00
yarn.config.cjs chore(dep): enforce consistent dependencies across project (#3973) 2024-08-27 19:03:28 +08:00
yarn.lock refactor: update tool registration to prevent duplicates (#4561) 2025-06-06 18:17:20 +08:00

README.md

OpenSumi

A framework helps you quickly build AI Native IDE products.

perview

🌟 Getting Started

Here you can find some of our example projects and templates:

Development

$ yarn install
$ yarn run init
$ yarn run download-extension  # Optional
$ yarn run start

By default, the tools/workspace folder in the project would be opened, or you can run the project by specifying the directory in the following way:

$ MY_WORKSPACE={local_path} yarn run start

Usually, you may still encounter some system-level environment dependencies. You can visit Development Environment Preparation to see how to install the corresponding environment dependencies.

📕 Documentation

For complete documentation: opensumi.com

📍 ReleaseNotes & BreakingChanges

You can see all the releasenotes and breaking changes here: CHANGELOG.md.

🔥 Contributing

Read through our Contributing Guide to learn about our submission process, coding rules and more.

🙋‍♀️ Want to Help?

Want to report a bug, contribute some code, or improve documentation? Excellent! Read up on our Contributing Guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

🧑‍💻 Needs some help?

Go to our issues or discussions to create a topic, it will be resolved as soon as we can.

Contributors

Let's build a better OpenSumi together.

Top Contributors of ant-design/ant-design - Last 28 days Performance Stats of ant-design/ant-design - Last 28 days
Active participants of opensumi - past 28 days

We warmly invite contributions from everyone. Before you get started, please take a moment to review our Contributing Guide. Feel free to share your ideas through Pull Requests or GitHub Issues.

📃 License

Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.

Licensed under the MIT license.

This project contains various third-party code under other open source licenses.

See the NOTICE.md file for more information.