Conversation
Co-authored-by: MWGMorningwood <2997336+MWGMorningwood@users.noreply.github.com>
Co-authored-by: MWGMorningwood <2997336+MWGMorningwood@users.noreply.github.com>
…4e77-bbc2-5b0e37c07a9d Improve MCP tool usability for LLMs with auto-creation and workflow guidance
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.3.0 to 24.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.5.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) from 4.7.3-beta.0 to 4.8.0. - [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases) - [Commits](https://github.com/Azure/azure-functions-nodejs-library/commits) --- updated-dependencies: - dependency-name: "@azure/functions" dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.11.1 to 4.12.0. - [Release notes](https://github.com/Azure/azure-sdk-for-js/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md) - [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_4.11.1...@azure/identity_4.12.0) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR enhances the MCP (Model Context Protocol) server with improved user experience features, better error handling, and auto-creation capabilities to reduce friction when working with the knowledge graph.
- Enhanced MCP tool descriptions with clear usage patterns and examples
- Auto-creation of missing entities when creating relationships or adding observations
- Improved error messages with helpful examples and validation
- Updated package dependencies to latest versions
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/services/relations.ts | Added auto-creation of missing entities in relations and enhanced validation with helpful error messages |
| src/services/entities.ts | Added comprehensive entity validation, auto-creation of missing observations arrays, and improved response format |
| src/functions/mcpTools.ts | Updated all MCP tool descriptions with clearer guidance, usage patterns, and parameter examples |
| package.json | Updated Azure Functions and Identity packages to latest versions |
| README.md | Added trust score badge and enhanced documentation with recommended workflows |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ands Co-authored-by: MWGMorningwood <2997336+MWGMorningwood@users.noreply.github.com>
…d type safety; update .gitignore and package scripts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.