Skip to content

Commit 25023c1

Browse files
author
klapaudius
committed
Update Changelog and default configuration file
1 parent 1a16ded commit 25023c1

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version 1.3.0
2+
3+
- **Core Features:**
4+
- Add comprehensive prompt system with multiple message types (Text, Image, Audio, Resource, Collection)
5+
- Introduce MakeMcpPromptCommand for generating prompts via console
6+
- Add TestMcpPromptCommand for testing prompt functionality
7+
- Store client sampling capabilities for better client-server communication
8+
- Add ProfileGeneratorTool and CollectionToolResult examples
9+
- **Enhancements:**
10+
- Update documentation with prompts usage and testing commands
11+
- **Bug Fixes:**
12+
- Remove unused `setAccessible` calls in tests
13+
- Fix code styling issues
14+
115
### Version 1.2.0
216

317
- **Core Features:**

src/Resources/config/packages/klp_mcp_server.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ klp_mcp_server:
7474
- KLP\KlpMcpServer\Services\ToolService\Examples\VersionCheckTool
7575

7676
# Prompts List
77-
# Comming soon
7877
# https://modelcontextprotocol.io/docs/concepts/prompts
79-
# prompts: []
78+
# List of prompts supported by the MCP server. These values are used when
79+
# generating the prompt list for the client.
80+
# Register your prompts here
81+
prompts:
82+
- KLP\KlpMcpServer\Services\PromptService\Examples\HelloWorldPrompt
8083

8184
# Resources List
8285
# https://modelcontextprotocol.io/docs/concepts/resources

0 commit comments

Comments
 (0)