re-add AI generation disclosure

This commit is contained in:
Thomas Krijnen
2026-02-21 09:37:29 +01:00
parent 6e3eaa9b39
commit 1226370b9e
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
# ifc_cli/src/ifcmcp/ifcmcp/__main__.py
# This file was generated with the assistance of an AI coding tool.
from ifcmcp.server import build_server
def main():
server = build_server()
server.run(transport="stdio")
+1 -1
View File
@@ -1,4 +1,4 @@
# ifc_cli/src/ifcmcp/ifcmcp/core.py
# This file was generated with the assistance of an AI coding tool.
from __future__ import annotations
import json
+1 -1
View File
@@ -1,4 +1,4 @@
# ifc_cli/src/ifcmcp/ifcmcp/embedded.py
# This file was generated with the assistance of an AI coding tool.
from __future__ import annotations
from typing import Any, Mapping
+1 -1
View File
@@ -1,4 +1,4 @@
# ifc_cli/src/ifcmcp/ifcmcp/server.py
# This file was generated with the assistance of an AI coding tool.
from __future__ import annotations
from typing import Any