In this blog, we introduces the latest technologies and research related to SimpleModeling, as well as ongoing initiatives and the process of trial and error in development. Through these articles, we share the practical possibilities of Literate Model-Driven Development and AI-Driven Development.
The Semantic Integration Engine is designed as a RAG platform that integrates RDF, vector search, and knowledge graphs. In this article, with the goal of using SIE from VSCode via MCP, we present the assumed MCP specifications, architecture, a demo environment built with docker compose, and concrete examples of JSON-RPC–based MCP communication. At present, because MCP registration on the VSCode side did not work as expected, verification is performed using a pseudo session; nevertheless, the article provides a concrete understanding of how SIE behaves as an MCP server for VSCode.
2025-12-22
This article explains, at the protocol level, what happens when the Semantic Integration Engine and ChatGPT are integrated via MCP (Model Context Protocol), focusing on how ChatGPT uses SIE’s knowledge, performs reasoning, and generates the final response. It provides a detailed explanation from a protocol-level perspective. The important point is that ChatGPT is not requesting “the answer itself” from SIE, but rather retrieving the materials and evidence it needs to reason on its own. In this article, we recreate a simulated MCP session, and examine why SIE’s response structure—concept / passage / graph / score— has a high degree of affinity with the reasoning model of generative AI.
2025-12-15
The Semantic Integration Engine rebuilds BoK knowledge into AI-interpretable semantic data by integrating RDF, vector search, and graph retrieval. This article explains the architecture, startup procedure, query example, and interpretation of the returned JSON.
2025-12-08