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
* docs(readme): add logo, title, badges, links to other repos, standardize headings (#9)
* fix(readme): use logo that changes color automatically depending on user's color preference scheme (#10)
* docs(readme): clarify uv requirement and add Inspector documentation (#11)
* Ignore local JetBrains config
* docs: clarify uv requirement and improve Inspector documentation
- Add clear prerequisites section for uv
- Add Quick Testing section with Inspector usage
- Link to Inspector documentation for troubleshooting
* v0.1.2
---------
Co-authored-by: Dennis Traub <[email protected]>
This MCP server provides documentation about Strands Agents to your GenAI tools, so you can use your favorite AI coding assistant to vibe-code Strands Agents.
36
+
37
+
## Prerequisites
38
+
39
+
The usage methods below require [uv](https://github.com/astral-sh/uv) to be installed on your system. You can install it by following the [official installation instructions](https://github.com/astral-sh/uv#installation).
6
40
7
41
## Installation
8
42
@@ -68,6 +102,18 @@ In `~/.cursor/mcp.json`:
68
102
}
69
103
```
70
104
105
+
## Quick Testing
106
+
107
+
You can quickly test the MCP server using the MCP Inspector:
Note: This requires [npx](https://docs.npmjs.com/cli/v11/commands/npx) to be installed on your system. It comes bundled with [Node.js](https://nodejs.org/).
114
+
115
+
The Inspector is also useful for troubleshooting MCP server issues as it provides detailed connection and protocol information. For an in-depth guide, have a look at the [MCP Inspector documentation](https://modelcontextprotocol.io/docs/tools/inspector).
0 commit comments