Skip to content

New data structure examples #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ivanvaccarics
Copy link

@ivanvaccarics ivanvaccarics commented Jul 8, 2025

Purpose

  • This update adds new functionalities for the MCP server and a section to the README that clearly explains all MCP tool functions available in the Azure Functions MCP server, including snippet management and IoT sensor data tools. It improves documentation for users and developers, making it easier to understand and use the available endpoints.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
# (No npm install needed for Python project, but keep if repo has JS tools)
  • Test the code
# Open README.md and verify the new "MCP Tool Functions Overview" section is present after the extensionBundle note.
# Confirm that all function descriptions and usage examples are clear and accurate.

What to Check

Verify that the following are valid

  • The README contains a new section "MCP Tool Functions Overview" after the extensionBundle note.
  • All MCP server functions (hello_mcp, get_snippet, save_snippet, save_simple_sensor_data, save_complex_sensor_data) are described with purpose and usage examples.
  • No existing documentation or code is broken by this change.

Other Information

  • This documentation update helps new users and contributors quickly understand the available MCP tools and how to use them in local or

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant