Skip to content

Commit 72b870a

Browse files
authored
Enhance Pulumi server.yaml with description and secrets (github#250)
Added description and configuration for secrets in Pulumi server.
1 parent a42e782 commit 72b870a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

servers/pulumi/server.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ meta:
88
- devops
99
about:
1010
title: Pulumi
11+
description: Pulumi MCP server enables AI-powered coding assistants to help you codify cloud architectures and get diffs for infrastructure changes right in your development environment.
1112
icon: https://avatars.githubusercontent.com/u/21992475?s=200&v=4
1213
source:
1314
project: https://github.com/pulumi/mcp-server
1415
run:
1516
command:
1617
- stdio
18+
config:
19+
secrets:
20+
- name: pulumi.access_token
21+
env: PULUMI_ACCESS_TOKEN
22+
example: <PULUMI_ACCESS_TOKEN>

0 commit comments

Comments
 (0)