Skip to main content

Google previews Developer Knowledge API, MCP server that will make it easier to access docs for Google services

Google is attempting to make it easier for developers to access its documentation by creating the Developer Knowledge API and corresponding MCP server, both now in public preview.

The Developer Knowledge API allows developers to search and retrieve documentation for Google’s services in Markdown. This includes documentation from firebase.google.com, developer.android.com, docs.cloud.google.com, and more.

The two main functions that the API supports are SearchDocumentChunks, which finds page URIs and content snippets based on a query, and GetDocument or BatchGetDocuments, which retrieves the full content of the search result.

Google is re-indexing all of its documentation within 24 hours of a service being updated to ensure that developers can stay up-to-date with information related to the latest releases. According to Google, a challenge developers face when using AI coding tools is that they may be leveraging outdated documentation, resulting in responses that aren’t aligned with the latest features and capabilities.

“Large Language Models (LLMs) are only as good as the context they are given. When building with Google technology, developers need their AI assistants to know the latest Firebase features, the most recent Android API changes, and the current best practices for Google Cloud,” Jess Kuras, technical writer at Google, wrote in a blog post.

In addition to the Developer Knowledge API, Google is releasing a related MCP server to enable development teams to connect it to their IDEs and AI coding assistants. The company explained this can enable more advanced capabilities as developers are writing code, such as being able to ask the best way to implement push notifications in Firebase, check the docs to find the best way to fix a specific error, or compare two different services for a particular use case.

Currently, information is returned as unstructured Markdown, but Google says as it works towards general availability, it plans to introduce support for structured content like code sample objects and API reference entities.

More information about the Developer Knowledge API can be found here.

The post Google previews Developer Knowledge API, MCP server that will make it easier to access docs for Google services appeared first on SD Times.



from SD Times https://ift.tt/gJ6wD7m

Comments

Popular posts from this blog

A guide to data integration tools

CData Software is a leader in data access and connectivity solutions. It specializes in the development of data drivers and data access technologies for real-time access to online or on-premise applications, databases and web APIs. The company is focused on bringing data connectivity capabilities natively into tools organizations already use. It also features ETL/ELT solutions, enterprise connectors, and data visualization. Matillion ’s data transformation software empowers customers to extract data from a wide number of sources, load it into their chosen cloud data warehouse (CDW) and transform that data from its siloed source state, into analytics-ready insights – prepared for advanced analytics, machine learning, and artificial intelligence use cases. Only Matillion is purpose-built for Snowflake, Amazon Redshift, Google BigQuery, and Microsoft Azure, enabling businesses to achieve new levels of simplicity, speed, scale, and savings. Trusted by companies of all sizes to meet...

2022: The year of hybrid work

Remote work was once considered a luxury to many, but in 2020, it became a necessity for a large portion of the workforce, as the scary and unknown COVID-19 virus sickened and even took the lives of so many people around the world.  Some workers were able to thrive in a remote setting, while others felt isolated and struggled to keep up a balance between their work and home lives. Last year saw the availability of life-saving vaccines, so companies were able to start having the conversation about what to do next. Should they keep everyone remote? Should they go back to working in the office full time? Or should they do something in between? Enter hybrid work, which offers a mix of the two. A Fall 2021 study conducted by Google revealed that over 75% of survey respondents expect hybrid work to become a standard practice within their organization within the next three years.  Thus, two years after the world abruptly shifted to widespread adoption of remote work, we are dec...

October 2025: AI updates from the past month

OpenAI announces agentic security researcher that can find and fix vulnerabilities OpenAI has released a private beta for a new AI agent called Aardvark that acts as a security researcher, finding vulnerabilities and applying fixes, at scale. “Software security is one of the most critical—and challenging—frontiers in technology. Each year, tens of thousands of new vulnerabilities are discovered across enterprise and open-source codebases. Defenders face the daunting tasks of finding and patching vulnerabilities before their adversaries do. At OpenAI, we are working to tip that balance in favor of defenders,” OpenAI wrote in a blog post . The agent continuously analyzes source code repositories to identify vulnerabilities, assess their exploitability, prioritize severity, and propose patches. Instead of using traditional analysis techniques like fuzzing of software composition analysis, Aardvark uses LLM-powered reasoning and tool-use. Cursor 2.0 enables eight agents to work in pa...