Explore

Find agent skills by outcome

77,662 skills indexed with the new KISS metadata standard.

Showing 24 of 77,662Categories: Research & Learning, General, Creative, Coding & Debugging
General
PromptBeginner5 minmarkdown

elif transport in [http

streamable_http

0
General
PromptBeginner5 minmarkdown

return MCPConnectionStdio(command=command

args=args

0
General
PromptBeginner5 minmarkdown

transport: Connection type (stdio

sse

0
General
PromptBeginner5 minmarkdown

headers: dict[str

str] = None

0
General
PromptBeginner5 minmarkdown

env: dict[str

str] = None

0
General
PromptBeginner5 minmarkdown

return streamablehttp_client(url=self.url

headers=self.headers)

0
General
PromptBeginner5 minmarkdown

def __init__(self

url: str

0
General
PromptBeginner5 minmarkdown

StdioServerParameters(command=self.command

args=self.args

0
General
PromptBeginner5 minmarkdown

return sse_client(url=self.url

headers=self.headers)

0
General
PromptBeginner5 minmarkdown

def __init__(self

url: str

0
General
PromptBeginner5 minmarkdown

result = await self.session.call_tool(tool_name

arguments=arguments)

0
General
PromptBeginner5 minmarkdown

def __init__(self

command: str

0
General
PromptBeginner5 minmarkdown

async def call_tool(self

tool_name: str

0
General
PromptBeginner5 minmarkdown

async def __aexit__(self

exc_type

0
General
PromptBeginner5 minmarkdown

await self._stack.__aexit__(exc_type

exc_val

0
General
PromptBeginner5 minmarkdown

async def list_tools(self) -> list[dict[str

Any]]:

0
General
PromptBeginner5 minmarkdown

await self._stack.__aexit__(None

None

0
General
PromptBeginner5 minmarkdown

from mcp import ClientSession

StdioServerParameters

0
General
PromptBeginner5 minmarkdown

from abc import ABC

abstractmethod

0
General
PromptBeginner5 minmarkdown

- [ ] Context injection used for logging

progress

0
General
PromptBeginner5 minmarkdown

- [ ] Structured output types used (TypedDict

Pydantic models)

0
General
PromptBeginner5 minmarkdown

- [ ] Annotations correctly set (readOnlyHint

destructiveHint

0
General
PromptBeginner5 minmarkdown

- [ ] Error messages are clear

actionable

0
Coding & Debugging
PromptBeginner5 minmarkdown

Before finalizing your Python MCP server implementation

ensure:

0