Skip to main content

api-services

API reference for built-in service providers (LLM, Speech, Graph). Use when looking up service interfaces, provider capabilities, or integration patterns.

跳到安装

来源信息

仓库
cyanheads/obsidian-mcp-server
最近来源活动
2026年9月13日 18:16
检测到的 SKILL.md 语言
英语
星标
682
分支
103

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
4 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
api-services
description
API reference for built-in service providers (LLM, Speech, Graph). Use when looking up service interfaces, provider capabilities, or integration patterns.
metadata
{"author":"cyanheads","version":"1.5","audience":"external","type":"reference"}
## Overview Service providers are exported from `@cyanheads/mcp-ts-core/services`. These are documented here for servers that use the built-in providers. All services follow the **init/accessor pattern**: initialized in `setup()`, accessed at request time via lazy accessor. See the `add-service` skill for the full pattern. ## References | Reference | Path | Description | |:----------|:-----|:------------| | LLM | `references/llm.md` | OpenRouter-based LLM provider (`ILlmProvider`, streaming, config) | | Speech | `references/speech.md` | TTS/STT providers (`SpeechService`, ElevenLabs, Whisper) | | Graph | `references/graph.md` | Relationship graph operations (`IGraphProvider`, traversal, pathfinding) |
在 GitHub 查看