mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
13 lines
No EOL
527 B
Text
13 lines
No EOL
527 B
Text
---
|
|
description:
|
|
globs:
|
|
alwaysApply: true
|
|
---
|
|
There are four major MCP object types:
|
|
|
|
- Tools (src/tools/)
|
|
- Resources (src/resources/)
|
|
- Resource Templates (src/resources/)
|
|
- Prompts (src/prompts)
|
|
|
|
While these have slightly different semantics and implementations, in general changes that affect interactions with any one (like adding tags, importing, etc.) will need to be adopted, applied, and tested on all others. Note that while resources and resource templates are different objects, they are both in `src/resources/`. |