Skip to content

Commit 69aeccb

Browse files
authored
fix: standardize billing-cost-management server id convention (#1549)
Update server ID and source_path from underscore to hyphen format to fix broken links and ensure consistency with other MCP server naming patterns. - Change ID: billing_cost_management_mcp_server → billing-cost-management-mcp-server - Update path: src/billing_cost_management_mcp_server/ → src/billing-cost-management-mcp-server/ This resolves broken documentation links caused by inconsistent naming.
1 parent 17dfb91 commit 69aeccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/static/assets/server-cards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,9 +976,9 @@
976976
"category": "Cost & Operations",
977977
"description": "AWS Billing and Cost Management",
978978
"icon": "\ud83d\udcb0",
979-
"id": "billing_cost_management_mcp_server",
979+
"id": "billing-cost-management-mcp-server",
980980
"name": "AWS Billing and Cost Management MCP Server",
981-
"source_path": "src/billing_cost_management_mcp_server/",
981+
"source_path": "src/billing-cost-management-mcp-server/",
982982
"subcategory": "Cost Management",
983983
"tags": [
984984
"billing",

0 commit comments

Comments
 (0)