awslabs.frontend-mcp-server 1.0.1__py3-none-any.whl → 1.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,7 +38,7 @@ async def get_react_docs_by_topic(
38
38
  'troubleshooting',
39
39
  ] = Field(
40
40
  ...,
41
- description='The topic of React documentation to retrieve. Topics include: essential-knowledge, troubleshooting, basic-ui, authentication, routing, customizing, creating-components.',
41
+ description='The topic of React documentation to retrieve. Topics include: essential-knowledge, troubleshooting.',
42
42
  ),
43
43
  ) -> str:
44
44
  """Get specific AWS web application UI setup documentation by topic.
@@ -58,7 +58,7 @@ async def get_react_docs_by_topic(
58
58
  return load_markdown_file('troubleshooting.md')
59
59
  case _:
60
60
  raise ValueError(
61
- f'Invalid topic: {topic}. Must be one of: essential-knowledge, basic-ui, authentication, routing, customizing, creating-components'
61
+ f'Invalid topic: {topic}. Must be one of: essential-knowledge, troubleshooting'
62
62
  )
63
63
 
64
64
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.frontend-mcp-server
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Summary: An AWS Labs Model Context Protocol (MCP) server for frontend
5
5
  Project-URL: homepage, https://awslabs.github.io/mcp/
6
6
  Project-URL: docs, https://awslabs.github.io/mcp/servers/frontend-mcp-server/
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3.13
23
23
  Requires-Python: >=3.10
24
24
  Requires-Dist: loguru>=0.7.0
25
- Requires-Dist: mcp[cli]>=1.6.0
25
+ Requires-Dist: mcp[cli]>=1.11.0
26
26
  Requires-Dist: pydantic>=2.10.6
27
27
  Description-Content-Type: text/markdown
28
28
 
@@ -53,7 +53,11 @@ This MCP Server provides comprehensive documentation on modern React application
53
53
 
54
54
  ## Installation
55
55
 
56
- Here are some ways you can work with MCP across AWS, and we'll be adding support to more products including Amazon Q Developer CLI soon: (e.g. for Amazon Q Developer CLI MCP, `~/.aws/amazonq/mcp.json`):
56
+ | Cursor | VS Code |
57
+ |:------:|:-------:|
58
+ | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=awslabs.frontend-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZnJvbnRlbmQtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiRkFTVE1DUF9MT0dfTEVWRUwiOiJFUlJPUiJ9LCJkaXNhYmxlZCI6ZmFsc2UsImF1dG9BcHByb3ZlIjpbXX0%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Frontend%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.frontend-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
59
+
60
+ Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
57
61
 
58
62
  ```json
59
63
  {
@@ -1,13 +1,13 @@
1
1
  awslabs/__init__.py,sha256=WuqxdDgUZylWNmVoPKiK7qGsTB_G4UmuXIrJ-VBwDew,731
2
2
  awslabs/frontend_mcp_server/__init__.py,sha256=7Z2xXglebGyQyAPwduRwIwRcfsu6PckiJkgijF3Jrnc,673
3
- awslabs/frontend_mcp_server/server.py,sha256=riHLJx52CqI8gmPV4RFY-Z-F3YkL9KyBuXRE7Ha83VI,2900
3
+ awslabs/frontend_mcp_server/server.py,sha256=kSLWwLsronzH_2jVtn5WVlIg6wXJzpbMlUOiU8QJHmo,2779
4
4
  awslabs/frontend_mcp_server/static/react/essential-knowledge.md,sha256=XdvbkUCyBc0_SiHYbb-a8BFcHaVJA4xttZGKAzMK3Dg,11189
5
5
  awslabs/frontend_mcp_server/static/react/troubleshooting.md,sha256=QwvnxGnkgddlg7zO3HuBh9MerIyDDa_LssGZPw371ew,1240
6
6
  awslabs/frontend_mcp_server/utils/__init__.py,sha256=AxxkbJO7jEqKsBIda9JGzVf9wlz8nzvrzm2L8yUhyks,669
7
7
  awslabs/frontend_mcp_server/utils/file_utils.py,sha256=ObFOlzMoRQwKYUa9kqV9GL3qdaBdUeUoxL4dFRJm5v4,1336
8
- awslabs_frontend_mcp_server-1.0.1.dist-info/METADATA,sha256=9wcUFBg3aVzJQO-2xA9m7dmVPZEVinkbShPnTdclxOk,3878
9
- awslabs_frontend_mcp_server-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- awslabs_frontend_mcp_server-1.0.1.dist-info/entry_points.txt,sha256=oWaTyJPjUC1J5E1xzlD2uTTB5USF9lfV8WmiryUi14s,88
11
- awslabs_frontend_mcp_server-1.0.1.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
12
- awslabs_frontend_mcp_server-1.0.1.dist-info/licenses/NOTICE,sha256=A-DPzBCgbxvwvk0Lzog3Sbq3tkDmIJbM7IZAt-ikdW4,95
13
- awslabs_frontend_mcp_server-1.0.1.dist-info/RECORD,,
8
+ awslabs_frontend_mcp_server-1.0.3.dist-info/METADATA,sha256=wwOSemZ6DUZkgP09DMqgV-b9F_B0WlYGFThn56kVwWk,4595
9
+ awslabs_frontend_mcp_server-1.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ awslabs_frontend_mcp_server-1.0.3.dist-info/entry_points.txt,sha256=oWaTyJPjUC1J5E1xzlD2uTTB5USF9lfV8WmiryUi14s,88
11
+ awslabs_frontend_mcp_server-1.0.3.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
12
+ awslabs_frontend_mcp_server-1.0.3.dist-info/licenses/NOTICE,sha256=A-DPzBCgbxvwvk0Lzog3Sbq3tkDmIJbM7IZAt-ikdW4,95
13
+ awslabs_frontend_mcp_server-1.0.3.dist-info/RECORD,,