Add your description here
Project description
uv run mcp dev src/prompt_writing_assistant/mcp.py
@mcp.tool()
async def my_tool(x: int, ctx: Context) -> str:
"""Tool that uses context capabilities.
The Context object provides the following capabilities:
ctx.request_id - Unique ID for the current request
ctx.client_id - Client ID if available
ctx.fastmcp - Access to the FastMCP server instance (see FastMCP Properties)
ctx.session - Access to the underlying session for advanced communication (see Session Properties and Methods)
ctx.request_context - Access to request-specific data and lifespan resources (see Request Context Properties)
await ctx.debug(message) - Send debug log message
await ctx.info(message) - Send info log message
await ctx.warning(message) - Send warning log message
await ctx.error(message) - Send error log message
await ctx.log(level, message, logger_name=None) - Send log with custom level
await ctx.report_progress(progress, total=None, message=None) - Report operation progress
await ctx.read_resource(uri) - Read a resource by URI
await ctx.elicit(message, schema) - Request additional information from user with validation
"""
# The context parameter can have any name as long as it's type-annotated
return ctx.client_id
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pro_craft-0.1.41.tar.gz
(43.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pro_craft-0.1.41.tar.gz.
File metadata
- Download URL: pro_craft-0.1.41.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dec4ca63b59182e60d8dd378b1d58ecf01b5b1e765129e1b1ba711cd6aa18e0
|
|
| MD5 |
e0461cf8820325adcb8e720f22219c6a
|
|
| BLAKE2b-256 |
4cb0d710a6336ac72ab33789b689aecd598a7335de3733493511e22e9974f89c
|
File details
Details for the file pro_craft-0.1.41-py3-none-any.whl.
File metadata
- Download URL: pro_craft-0.1.41-py3-none-any.whl
- Upload date:
- Size: 49.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0421b229b7f31dad2134e2954d8e87a53b62bc70f2796b1e4732d0e85e5125c2
|
|
| MD5 |
e4bb0f261d183b60e128c525f8eebc00
|
|
| BLAKE2b-256 |
ae24587f3297b5f36a43969561c33ad219f66366cb01a11de6f02720604dc90c
|