Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/getting-started/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,13 @@ The docs are also available in [llms.txt format](https://llmstxt.org/):
Any page can be accessed as markdown by appending `.md` to the URL. For example, this page becomes `https://gofastmcp.com/getting-started/welcome.md`.

You can also copy any page as markdown by pressing "Cmd+C" (or "Ctrl+C" on Windows) on your keyboard.

### Agent Skills

FastMCP docs provide agent skills conforming to the [skill.md specification](https://agentskills.io/specification).

Add them to a FastMCP project using the [skills CLI](https://www.npmjs.com/package/skills):

```shell
npx skills add https://gofastmcp.com
```
Loading