V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  formulahendry  ›  全部回复第 1 页 / 共 46 页
回复总数  915
1  2  3  4  5  6  7  8  9  10 ... 46  
@DICK23 你说的是 Claude 的 LLM API 嘛?
如果是的话,那就要看相应的第三方工具(比如 windsurf )有没有支持 Agent Skills 了。与你用哪个 LLM 没关系。
类似于 MCP ,需要 Agent 去支持,而不是 LLM 。
@poorcai 是的。Agent Skills 已经是个开放的标准了。
Codex 、Cursor 、GitHub Copilot CLI 、VS Code Insiders 等都已经支持了。
具体的,可以看我这篇文章: https://zhuanlan.zhihu.com/p/1985799970956260249
@qaq13037 那就是 Spec-Driven Development 咯~
@Linho1219 可以的哈,没有限制~
268 天前
回复了 formulahendry 创建的主题 Node.js 从零开始开发一个 MCP Server!
@OBJECTION 部署到 docker 的话,那 Code Runner 的 runtime 就是与 host machine 隔离的
269 天前
回复了 formulahendry 创建的主题 Node.js 从零开始开发一个 MCP Server!
@lqw3030 我觉得目前可能没有终极方案,需要开发者、用户、MCP Host 三方协调吧:
* MCP Server 的开发者:把 description 尽量写好,颗粒度分明
* MCP Host/Client:提供 UI 入口,用户在输入 prompt 的时候,可以选择引用不同的 Tool 。比如 VS Code 的 Add Context 可以手动选 Tool
* 用户:写 Prompt 的时候,可以加上 “use mcp-server-code-runner tool” 之类的话术
@x4gz 太好啦!🎉🎉🎉
BTW ,我今天还添加了在 docker 中运行的方式: https://github.com/formulahendry/mcp-server-code-runner?tab=readme-ov-file#docker
里面预装了 Node.js, Python, Go, PHP, Ruby ,有需要的话,欢迎尝试~
@x4gz 是的,这个 issue 里面,也有位 macOS 用户,和你遇到类似的问题,他加了 $PATH 环境变量就解决了: https://github.com/formulahendry/mcp-server-code-runner/issues/1#issuecomment-2745329953

bash zsh 的话,是因为 LanguageId 用的是 `shellscript`: https://github.com/formulahendry/mcp-server-code-runner/blob/main/src/constants.ts#L13 ,没有 mapping 上,之后我会优化下~

另外, 你的 mac 如果已经装了 node.js 或者其他语言,并且已经设置在 $PATH 环境变量的话,也可以直接试试:用 javascript
@x4gz 看起来,你 python 解释器的路径,没有设置在 $PATH 环境变量里面,你可以参考下面的文档来设置下:
https://mac.install.guide/python/command-not-found-python
@x4gz error message 是什么样的呢?
如果在 terminal 里,可以直接运行 python xxx.py 吗?
欢迎提 issue 哈: https://github.com/formulahendry/mcp-server-code-runner/issues
@x4gz 本地需要安装相应语言的编译器或者解释器哈~
https://github.com/formulahendry/mcp-server-code-runner?tab=readme-ov-file#usage
@huluhulu 一般集成 MCP 的 AI 客户端都有确认选项的。
@kaichen Auto-Approve 是把双刃剑
@azertim 😀
@kaichen 要看 MCP Host 怎么调用了~
目前蛮多编辑器在运行 MCP Server tool 之前,都会让用户确认的:
https://raw.githubusercontent.com/formulahendry/mcp-server-code-runner/refs/heads/main/images/usage-confirm.png
@yimity 目前 Code Runner MCP Server 只支持 stido ,只能运行在用户的本地环境里面哈,所以暂时没有这个问题
2024-12-20 16:25:45 +08:00
回复了 formulahendry 创建的主题 程序员 JetBrains IDEs 也可以免费用 GitHub Copilot 啦
2024-12-20 09:51:45 +08:00
回复了 formulahendry 创建的主题 Visual Studio Code 在 VS Code 中可以免费使用 GitHub Copilot 了!
@liulicaixiao copilot 是很早就有了~ 之前是只能免费试用一个月。现在出了免费版本的 GitHub Copilot ,每个月有免费使用额度:
2000 次的 code completion
50 次的 chat request
2024-12-19 14:09:34 +08:00
回复了 formulahendry 创建的主题 Visual Studio Code 在 VS Code 中可以免费使用 GitHub Copilot 了!
@473 免费版本的 GitHub Copilot 每个月是有免费使用额度的哈~
2000 次的 code completion
50 次的 chat request
1  2  3  4  5  6  7  8  9  10 ... 46  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   928 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 20:01 · PVG 04:01 · LAX 12:01 · JFK 15:01
♥ Do have faith in what you're doing.