{"id":5348,"date":"2025-07-15T09:54:27","date_gmt":"2025-07-15T09:54:27","guid":{"rendered":"https:\/\/signmycode.com\/blog\/?p=5348"},"modified":"2025-07-15T09:54:28","modified_gmt":"2025-07-15T09:54:28","slug":"microsoft-launches-azure-devops-mcp-server-in-public-preview","status":"publish","type":"post","link":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview","title":{"rendered":"Microsoft Launches Azure DevOps MCP Server in Public Preview"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/app.daily.dev\/posts\/microsoft-launches-azure-devops-mcp-server-in-public-preview-duzahjcez\"><\/a>Microsoft has now launched the public preview of the Azure DevOps Model Context Provider (MCP) Server in a brave attempt to change developer productivity. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With this newly introduced capability, GitHub Copilot in Agent Mode can directly access a developer&#8217;s Azure DevOps project data and allow the developer to interact with its data and functions via the natural language commands provided by the Copilot, within the developer&#8217;s coding environment, such as <a href=\"https:\/\/signmycode.com\/visual-studio-code-signing\">Visual Studio Code<\/a> or Visual Studio.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With this capability, Microsoft is providing another important opportunity to embed AI-powered automation into a software development lifecycle.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-natural-language-meets-devops\"><a><\/a>Natural Language Meets DevOps<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Azure DevOps MCP Server acts as a local intermediary between GitHub Copilot and the developer&#8217;s Azure DevOps Services instance. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>It provides the AI assistant with access to structured project data such as:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Work items<\/li>\n\n\n\n<li>Pull requests<\/li>\n\n\n\n<li>Builds<\/li>\n\n\n\n<li>Test plans<\/li>\n\n\n\n<li>Wiki entries<\/li>\n\n\n\n<li>Repositories<\/li>\n\n\n\n<li>Teams and iterations<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This allows developers to ask Copilot to perform tasks like \u201cgenerate a user story for failed login handling\u201d or &#8220;return pull requests assigned to me,&#8221; letting Copilot perform those tasks via its interfaces to Azure DevOps REST APIs, without leaving the IDE.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>As Microsoft product manager Dan Hellem shared, <\/strong>&#8220;This is allowing the assistant to better provide accurate, relevant answers, specific to your Azure DevOps project.&#8221;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mcp-server-features\"><a><\/a>MCP Server Features<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Conversational Commands:<\/strong> Query, create, or update DevOps data using natural language<\/li>\n\n\n\n<li><strong>Local Installation: <\/strong>Installed as a Node.js service on the developer&#8217;s machine<\/li>\n\n\n\n<li><strong>By Design it\u2019s Secure: <\/strong>Data does not leave the network, and no data is transferred externally.<\/li>\n\n\n\n<li><strong>Seamless Integration: <\/strong>Work with GitHub Copilot Business\/Enterprise with an mcp.json configuration and Azure CLI.<\/li>\n\n\n\n<li><strong>Rich DevOps Scope:<\/strong> Access key Azure DevOps entities: builds, releases, teams, backlogs, etc.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-new-ai-powered-workflow\">A New AI-Powered Workflow<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With MCP Server, Microsoft is not just enhancing Copilot; they are disrupting the DevOps experience. <strong>Here\u2019s how:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Developers can now generate test cases, create work items, and manage pull requests with simple conversational functionality.<\/li>\n\n\n\n<li>Copilot can generate ticket content, link entities, or automate redundant project updates.<\/li>\n\n\n\n<li>It saves time on manual entry, allowing engineers to spend more time &#8220;solving problems&#8221; and developing innovations.\u00a0<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">It saves time on manual entry, allowing engineers to spend more time &#8220;solving problems&#8221; and developing innovations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-simple-setup-significant-power\"><a><\/a>Simple Setup, Significant Power<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Installation is simple:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1. Download the MCP Server from the Microsoft GitHub site.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Log in with Azure CLI.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. Edit <strong>mcp.json<\/strong> with local DevOps info.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4. Run the service to be able to connect to GitHub Copilot in Agent Mode.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After it is up and running, developers can now ask Copilot to do the heavy-lifting around DevOps projects through commands, <strong>such as:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&#8220;List bugs assigned to me this sprint&#8221;<\/li>\n\n\n\n<li>&#8220;Create test case for login validation&#8221;<\/li>\n\n\n\n<li>&#8220;Update work item 12345 with the latest customer feedback&#8221;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-extending-microsoft-s-mcp-vision\"><a><\/a>Extending Microsoft\u2019s MCP Vision<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This launch comes on the heels of Microsoft&#8217;s previous launch of a separate MCP Server for Azure resources (Key Vault, Cosmos DB, Storage Accounts, etc.) that also allows for natural language querying.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In conjunction with these three tools, it&#8217;s clear that Microsoft is moving towards an agentic AI development ecosystem, where tools like Copilot not only write code but also manage infrastructure, workflows, and are presumably built to enhance your day-to-day development experience.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-it-matters-to-teams-and-enterprises\">Why It Matters to Teams and Enterprises?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ultimately, the Azure DevOps MCP Server offers a marked improvement in developer productivity relative to being like a digital assistant:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Accelerated developer velocity through removing effort and increasing velocity on project management tasks.<\/li>\n\n\n\n<li>Reduced cognitive effort through eliminating the need for using multiple tools in sequence.<\/li>\n\n\n\n<li>It encourages the uptake of AI enterprise-wide, not just in code authoring.<\/li>\n\n\n\n<li>Also encouraged to develop secure and governed AI use in compliance-based industries.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">With the increasing complexity of cloud-native development, workflows enhanced with AI are no longer just an option; they&#8217;re an inevitability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-limitations\"><a><\/a>Limitations<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Only Azure DevOps Services: <\/strong>At this time, on-premise Azure DevOps Server has no support<\/li>\n\n\n\n<li><strong>Copilot Access Level:<\/strong> Requires a Business or Enterprise license; does not support the individual\/free tier<\/li>\n\n\n\n<li><strong>Manual Setup: <\/strong>Developers will need to complete the manual installation and configuration of the DevOps MCP Server<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Azure DevOps MCP Server is a first look at the future of software engineering, where AI becomes a collaborating teammate, and no longer merely a coding assistant.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By allowing Copilot to learn, search, and edit project artifacts using natural language\u2026. Microsoft is accelerating the process of building better software, faster, with less effort.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And as this product matures, one can expect a new set of agentic AI-based <a href=\"https:\/\/signmycode.com\/blog\/devops-lifecycle-explained-definition-components-and-best-practices\">DevOps practices<\/a> that fundamentally change how teams meaningfully design, deliver, and sustain software.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft has now launched the public preview of the Azure DevOps Model Context Provider (MCP) Server in a brave attempt to change developer productivity. With this newly introduced capability, GitHub Copilot in Agent Mode can directly access a developer&#8217;s Azure DevOps project data and allow the developer to interact with its data and functions via&hellip; <a class=\"more-link\" href=\"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview\">Read More <span class=\"screen-reader-text\">Microsoft Launches Azure DevOps MCP Server in Public Preview<\/span><\/a> <\/p>\n","protected":false},"author":1,"featured_media":5349,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[455,457],"tags":[852],"class_list":["post-5348","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure-code-signing","category-developers-guide","tag-azure-devops-mcp-server-in-public-preview","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Microsoft Launches Azure DevOps MCP Server in Public Preview<\/title>\n<meta name=\"description\" content=\"The local Azure DevOps MCP Server is now available in public preview. GitHub Copilot can now seamlessly access and interact with Azure.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft Launches Azure DevOps MCP Server in Public Preview\" \/>\n<meta property=\"og:description\" content=\"The local Azure DevOps MCP Server is now available in public preview. GitHub Copilot can now seamlessly access and interact with Azure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview\" \/>\n<meta property=\"og:site_name\" content=\"SignMyCode - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-15T09:54:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-15T09:54:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2025\/07\/azure-devops-mcp-server-public-preview.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"912\" \/>\n\t<meta property=\"og:image:height\" content=\"453\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Janki Mehta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Janki Mehta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/microsoft-launches-azure-devops-mcp-server-in-public-preview\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/microsoft-launches-azure-devops-mcp-server-in-public-preview\",\"name\":\"Microsoft Launches Azure DevOps MCP Server in Public Preview\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/microsoft-launches-azure-devops-mcp-server-in-public-preview#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/microsoft-launches-azure-devops-mcp-server-in-public-preview#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/azure-devops-mcp-server-public-preview.webp\",\"datePublished\":\"2025-07-15T09:54:27+00:00\",\"dateModified\":\"2025-07-15T09:54:28+00:00\",\"description\":\"The local Azure DevOps MCP Server is now available in public preview. GitHub Copilot can now seamlessly access and interact with Azure.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/microsoft-launches-azure-devops-mcp-server-in-public-preview#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/signmycode.com\\\/blog\\\/microsoft-launches-azure-devops-mcp-server-in-public-preview\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/microsoft-launches-azure-devops-mcp-server-in-public-preview#primaryimage\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/azure-devops-mcp-server-public-preview.webp\",\"contentUrl\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/azure-devops-mcp-server-public-preview.webp\",\"width\":912,\"height\":453,\"caption\":\"Azure DevOps MCP Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/microsoft-launches-azure-devops-mcp-server-in-public-preview#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft Launches Azure DevOps MCP Server in Public Preview\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/\",\"name\":\"SignMyCode - Blog\",\"description\":\"Code Signing News, Updates\",\"publisher\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#organization\",\"name\":\"SignMyCode.com\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/logo1.png\",\"contentUrl\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/logo1.png\",\"width\":135,\"height\":86,\"caption\":\"SignMyCode.com\"},\"image\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Microsoft Launches Azure DevOps MCP Server in Public Preview","description":"The local Azure DevOps MCP Server is now available in public preview. GitHub Copilot can now seamlessly access and interact with Azure.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview","og_locale":"en_US","og_type":"article","og_title":"Microsoft Launches Azure DevOps MCP Server in Public Preview","og_description":"The local Azure DevOps MCP Server is now available in public preview. GitHub Copilot can now seamlessly access and interact with Azure.","og_url":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview","og_site_name":"SignMyCode - Blog","article_published_time":"2025-07-15T09:54:27+00:00","article_modified_time":"2025-07-15T09:54:28+00:00","og_image":[{"width":912,"height":453,"url":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2025\/07\/azure-devops-mcp-server-public-preview.webp","type":"image\/jpeg"}],"author":"Janki Mehta","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Janki Mehta","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview","url":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview","name":"Microsoft Launches Azure DevOps MCP Server in Public Preview","isPartOf":{"@id":"https:\/\/signmycode.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview#primaryimage"},"image":{"@id":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview#primaryimage"},"thumbnailUrl":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2025\/07\/azure-devops-mcp-server-public-preview.webp","datePublished":"2025-07-15T09:54:27+00:00","dateModified":"2025-07-15T09:54:28+00:00","description":"The local Azure DevOps MCP Server is now available in public preview. GitHub Copilot can now seamlessly access and interact with Azure.","breadcrumb":{"@id":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview#primaryimage","url":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2025\/07\/azure-devops-mcp-server-public-preview.webp","contentUrl":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2025\/07\/azure-devops-mcp-server-public-preview.webp","width":912,"height":453,"caption":"Azure DevOps MCP Server"},{"@type":"BreadcrumbList","@id":"https:\/\/signmycode.com\/blog\/microsoft-launches-azure-devops-mcp-server-in-public-preview#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/signmycode.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Microsoft Launches Azure DevOps MCP Server in Public Preview"}]},{"@type":"WebSite","@id":"https:\/\/signmycode.com\/blog\/#website","url":"https:\/\/signmycode.com\/blog\/","name":"SignMyCode - Blog","description":"Code Signing News, Updates","publisher":{"@id":"https:\/\/signmycode.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/signmycode.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/signmycode.com\/blog\/#organization","name":"SignMyCode.com","url":"https:\/\/signmycode.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/signmycode.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2021\/10\/logo1.png","contentUrl":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2021\/10\/logo1.png","width":135,"height":86,"caption":"SignMyCode.com"},"image":{"@id":"https:\/\/signmycode.com\/blog\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/posts\/5348","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/comments?post=5348"}],"version-history":[{"count":2,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/posts\/5348\/revisions"}],"predecessor-version":[{"id":5352,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/posts\/5348\/revisions\/5352"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/media\/5349"}],"wp:attachment":[{"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/media?parent=5348"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/categories?post=5348"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/tags?post=5348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}