awslabs.frontend-mcp-server 1.0.1__py3-none-any.whl → 1.0.2__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.2
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/
@@ -53,7 +53,7 @@ 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
+ Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
57
57
 
58
58
  ```json
59
59
  {
@@ -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.2.dist-info/METADATA,sha256=ldGPb7MnwCxQNWxtH8yx66vFPTOxO6-YlII2ixO5Nak,3801
9
+ awslabs_frontend_mcp_server-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ awslabs_frontend_mcp_server-1.0.2.dist-info/entry_points.txt,sha256=oWaTyJPjUC1J5E1xzlD2uTTB5USF9lfV8WmiryUi14s,88
11
+ awslabs_frontend_mcp_server-1.0.2.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
12
+ awslabs_frontend_mcp_server-1.0.2.dist-info/licenses/NOTICE,sha256=A-DPzBCgbxvwvk0Lzog3Sbq3tkDmIJbM7IZAt-ikdW4,95
13
+ awslabs_frontend_mcp_server-1.0.2.dist-info/RECORD,,