You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Instead of only having a GUI or API that humans use, you get an AI interface “for free.” This idea has led to the concept of “MCP-first development”, where you build the MCP server for your app before or alongside the GUI.
有时候我们希望在画布中嵌入 HTML 内容,例如 YouTube 播放器、CodeSandbox 组件、ShaderToy 等等。
10
9
11
-
> Instead of only having a GUI or API that humans use, you get an AI interface “for free.” This idea has led to the concept of “MCP-first development”, where you build the MCP server for your app before or alongside the GUI.
10
+
## HTML
12
11
13
-
[Figma MCP Server] 可以操作 [Figma API]
12
+
Excalidraw 并不支持在画布中嵌入 HTML 内容,但 tldraw 支持 [TLEmbedShape]。它在网页中将一个 HTML 容器(含 iframe 或其他元素)和画布 `<svg>` 元素并排或叠加显示,而不是“完全”在单一画布内部。
14
13
15
-
[MCP: What It Is and Why It Matters]: https://addyo.substack.com/p/mcp-what-it-is-and-why-it-matters
0 commit comments