@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/language-server-protocol-for-code-agents>
  a schema:TechArticle ;
  schema:headline "Language Server Protocol for Code Agents" ;
  schema:url <https://anchorfact.org/computer-science/language-server-protocol-for-code-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/language-server-protocol-for-code-agents>
  schema:citation <https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/language-server-protocol-for-code-agents>
  schema:citation <https://tree-sitter.github.io/tree-sitter/4-code-navigation.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/language-server-protocol-for-code-agents>
  schema:citation <https://sourcegraph.com/docs/code-navigation/precise-code-navigation> ;
  af:sourceTier "B" .