Skip to content

Commit 6ba6795

Browse files
authored
Update documentation (#52)
1 parent 1d1fddf commit 6ba6795

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For detailed technical information, development workflow, and troubleshooting, s
5252
- [ ] Read [DEVELOPMENT.md](DEVELOPMENT.md) and set up your environment
5353
- [ ] Create tests for new functionality
5454
- [ ] Ensure all tests pass locally
55-
- [ ] Follow [integ/README.md](/tests/integ/README.md) to run integration tests
55+
- [ ] Follow [integ/README.md](https://github.com/aws/aws-mcp-proxy/blob/main/tests/integ/README.md) to run integration tests
5656
- [ ] Run code quality tools (`ruff`, `pyright`, `pre-commit`)
5757
- [ ] Update documentation if needed
5858

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ npx @modelcontextprotocol/inspector uv run \
106106
aws_mcp_proxy/server.py \
107107
--endpoint <your-endpoint>
108108
```
109-
Then click "Connect" in the opened browser window to interact with the server.
109+
A browser window will open automatically outside of your terminal window. Navigate to the browser window. Then click "Connect" in the opened browser window to interact with the server.
110110

111111
#### Advanced Options
112112
```bash
@@ -391,6 +391,6 @@ uv run aws_mcp_proxy/server.py --endpoint <endpoint>
391391
---
392392

393393
For questions or issues not covered in this guide, please:
394-
1. Check existing [GitHub Issues](../../issues)
394+
1. Check existing [GitHub Issues](https://github.com/aws/aws-mcp-proxy/issues)
395395
2. Review the [MCP Specification](https://spec.modelcontextprotocol.io/)
396396
3. Create a new issue with detailed information about your problem

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS MCP Proxy
22

3-
AWS MCP Proxy Server
3+
This README provides an overview and configuration information for the AWS MCP Proxy Server. You can use this project to set up and deploy to a configured AWS MCP Proxy Server.
44

55
## Overview
66

@@ -19,7 +19,7 @@ The proxy handles [SigV4](https://docs.aws.amazon.com/IAM/latest/UserGuide/refer
1919

2020
### Using PyPi
2121

22-
*Note: will work after publishing to PyPi*
22+
*Note: The following command should run successfully after first publishing to PyPi.*
2323

2424
```
2525
# Run the server

0 commit comments

Comments
 (0)