-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add MCP (Model Context Protocol) documentation for agentic AI #21990
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
Conversation
- Add comprehensive MCP documentation including overview, setup guide, tool reference, and troubleshooting - Update agentic AI integration pages with MCP information and links - Update navigation to include MCP section
|
Hi @ubanerjeeNR 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local. If you really require a preview url, reach out to one of the writers and they will generate one for you. |
|
netlify build |
🚀 Netlify Preview Building!If the build is successful, the preview for this pull request will be available at the following URL (usually takes 10-20 minutes): |
- Add security and access control callout to MCP tool reference - Update Gemini integration metadata and contact info - Add redirect for GitHub Copilot integration - Improve RBAC explanation in introduction
|
netlify build |
|
|
||
| ## Alerts and monitoring (tag: alerting) [#alerts] | ||
|
|
||
| - `get_alert_conditions`: Fetch alert condition details for a specific alert policy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rename it to list_alert_conditions
|
|
||
| - `get_alert_conditions`: Fetch alert condition details for a specific alert policy. | ||
| - `search_incident`: List all alert incident events (both open and close events) with flexible filtering. | ||
| - `get_alert_policies`: List alert policies for the specified account, optionally filtering by policy name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rename it to list_alert_policies
| - `analyze_kafka_metrics`: Analyze Kafka metrics including consumer lag, producer throughput, message latency, and partition balance. | ||
| - `analyze_threads`: Analyze thread metric data for a given entity including thread state, CPU usage, and memory consumption. | ||
| - `analyze_transactions`: Analyze transactions for a specific entity within a time window, identifying slow and error-prone transactions. | ||
| - `get_gc_metrics`: Fetch garbage collection (GC) and memory metrics for a given account and entity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rename it to list_gc_metrics
| - `convert_time_period_to_epoch_ms`: Convert a time period (for example, "last 30 minutes") to epoch milliseconds. | ||
| - `get_dashboard`: Fetch details about a specific dashboard. | ||
| - `get_entity`: Fetch New Relic entities by GUID or search by name pattern. | ||
| - `get_related_entities`: Fetch entities 1 hop away (related) from a given entity `GUID`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rename it to list_related_entities
- Standardize function names to use 'list_' prefix for list operations - Change get_related_entities to list_related_entities - Change get_alert_conditions to list_alert_conditions - Change get_alert_policies to list_alert_policies - Change get_gc_metrics to list_gc_metrics - Update example references to match new function names
| - `analyze_kafka_metrics`: Analyze Kafka metrics including consumer lag, producer throughput, message latency, and partition balance. | ||
| - `analyze_threads`: Analyze thread metric data for a given entity including thread state, CPU usage, and memory consumption. | ||
| - `analyze_transactions`: Analyze transactions for a specific entity within a time window, identifying slow and error-prone transactions. | ||
| - `list_gc_metrics`: List garbage collection (GC) and memory metrics for a given account and entity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rename this one to list_garbage_collection_metrics
- Update AI integration overview title and content structure - Remove deprecated integration files (gemini-integration.mdx, github-copilot-integration.mdx) - Clean up navigation to remove commented deprecated entries - Update references in new-relic-ai.mdx and tools.mdx - Position MCP as recommended approach with ServiceNow as specific integration - Maintain redirects in MCP overview for old URLs
…ase notes - Delete Gemini and GitHub Copilot integration files in all languages (es, fr, jp, kr, pt) - Remove deprecated release notes files across multiple language versions - Complete cleanup of deprecated content in international documentation
- Keep release notes files that were updated in target branch - Only intended to delete internationalized deprecated integration files (Gemini/Copilot) - Restore accidentally deleted release notes while maintaining integration cleanup
|
netlify build |
- Change list_gc_metrics to list_garbage_collection_metrics - Improve function name descriptiveness and readability
|
netlify build |
tejaswaroop-nr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary
Test plan