Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
meeting_summary | A prompt template for generating executive meeting summaries. Args: meeting_date: The date of the meeting meeting_title: The title or purpose of the meeting transcript: The meeting transcript or notes Returns: A structured meeting summary with key points, decisions, and action items. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
get_typesdk_resource | Provides access to the TypeScript SDK MCP documentation. This resource contains information about the TypeScript SDK for MCP. |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
add | Add two numbers together. |
subtract | Subtract the second number from the first number. |
multiply | Multiply two numbers together. |
divide | Divide the first number by the second number. |
power | Raise a number to a power. |
square_root | Calculate the square root of a number. |
factorial | Calculate the factorial of a non-negative integer. |
calculate_percentage | Calculate a percentage of a value. |