资源
这是 MCP 服务器提供的可用资源列表。资源由用户(而非 LLM)加载,如果你想在会话中包含特定知识,则非常有用。例如,如果你知道组件需要使用转换,你可以直接包含转换文档,而无需请求 LLM 为你执行此操作。
¥This is the list of available resources provided by the MCP server. Resources are included by the user (not by the LLM) and are useful if you want to include specific knowledge in your session. For example, if you know that the component will need to use transitions you can include the transition documentation directly without asking the LLM to do it for you.
doc-section
此动态资源允许你将 Svelte 文档的每个部分添加为资源。URI 类似于 svelte://slug-of-the-docs.md,返回的资源将包含你选择的特定页面的 llms.txt 版本。
¥This dynamic resource allows you to add every section of the Svelte documentation as a resource. The URI looks like this svelte://slug-of-the-docs.md and the returned resource will contain the llms.txt version of the specific page you selected.