Skip to main content
Dotset CLI API Documentation / tollgate / ServerTemplate

Interface: ServerTemplate

Defined in: src/tollgate/wizard.ts:15 Known MCP server templates with recommended configurations.

Properties

analyzer?

optional analyzer: "shell" | "sql" | "filesystem";
Defined in: src/tollgate/wizard.ts:27

args

args: string[];
Defined in: src/tollgate/wizard.ts:20

command

command: string;
Defined in: src/tollgate/wizard.ts:19

description

description: string;
Defined in: src/tollgate/wizard.ts:18

displayName

displayName: string;
Defined in: src/tollgate/wizard.ts:17

envVars?

optional envVars: {
  description: string;
  example: string;
  key: string;
}[];
Defined in: src/tollgate/wizard.ts:21

description

description: string;

example

example: string;

key

key: string;

name

name: string;
Defined in: src/tollgate/wizard.ts:16

recommendedPolicies

recommendedPolicies: {
  destructive?: string[];
  read?: string[];
  write?: string[];
};
Defined in: src/tollgate/wizard.ts:22

destructive?

optional destructive: string[];

read?

optional read: string[];

write?

optional write: string[];